summaryrefslogtreecommitdiff
path: root/numpy/random/_philox.pyx
Commit message (Expand)AuthorAgeFilesLines
* MNT: compatibility with cython3Thomas A Caswell2023-05-131-2/+2
* Revert useless changes.Stefan Behnel2023-05-041-4/+4
* Merge branch 'main' into cython3_noexceptscoder2023-05-041-7/+2
|\
| * doc: fix typoAndrey Andreyevich Bienkowski2022-04-181-1/+1
| * Doc: Philox.jumped correct the formulaAndrey Andreyevich Bienkowski2022-04-171-1/+1
| * MAINT: Remove dummy_threadingKevin Sheppard2021-02-111-5/+0
* | Add "noexcept" markers to functions that do not raise exceptions.Stefan Behnel2023-05-041-7/+7
|/
* 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-8/+7
* API: move bit_generator and generator to be privatemattip2019-10-111-1/+1
* API: make BitGenerators privatemattip2019-10-111-0/+338