summaryrefslogtreecommitdiff
path: root/numpy/random/_mt19937.pyx
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into cython3_noexceptscoder2023-05-041-2/+2
|\
| * DOC: Fix a typo in docstring of MT19937Siyabend Ürün2022-04-181-1/+1
| * DOC: Fix a typo in docstring of MT19937Raphael Kruse2021-11-221-1/+1
* | Add "noexcept" markers to functions that do not raise exceptions.Stefan Behnel2023-05-041-4/+4
|/
* DOC: Update docstringKevin Sheppard2020-05-121-4/+3
* DOC: Improve the docstring for MT19937.jumpedKevin Sheppard2020-05-121-0/+18
* DOC, API: add numpy.random.__index__.pxd and document numpy.random.* funcsmattip2019-11-211-1/+1
* DOC: clean up for moved references, remove ISeedSequencemattip2019-10-131-3/+2
* API: move bit_generator and generator to be privatemattip2019-10-111-1/+1
* API: make BitGenerators privatemattip2019-10-111-0/+274