summaryrefslogtreecommitdiff
path: root/numpy/random/_pcg64.pyx
Commit message (Expand)AuthorAgeFilesLines
* MNT: compatibility with cython3Thomas A Caswell2023-05-131-6/+5
* Revert useless changes.Stefan Behnel2023-05-041-11/+11
* Merge branch 'main' into cython3_noexceptscoder2023-05-041-1/+249
|\
| * DOC: Fix typo in PCG64 (#19538)david-cortes2021-07-211-2/+2
| * DOC: more completely describe the implemented variant.Robert Kern2021-05-051-1/+4
| * ENH: Add PCG64DXSM implementation.Robert Kern2021-05-041-0/+245
* | Add "noexcept" markers to functions that do not raise exceptions.Stefan Behnel2023-05-041-11/+11
|/
* MAINT: Fix random.PCG64 signature in its docstring (#16113)ndunnewind2020-04-291-1/+1
* 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/+271