summaryrefslogtreecommitdiff
path: root/numpy/random/src/pcg64
Commit message (Expand)AuthorAgeFilesLines
* BUG: do not force emulation of 128-bit arithmetic.Robert Kern2019-06-272-9/+20
* BUG: fix PCG64 ng->inc.high initializationmattip2019-06-261-1/+1
* ENH: use SeedSequence to generate entropy for seedingmattip2019-06-261-4/+0
* MAINT: Correct intrinsic use on WindowsKevin Sheppard2019-06-211-0/+4
* PERF: Use intrinsics in Win64-PCG64Kevin Sheppard2019-05-311-7/+25
* Merge pull request #13657 from rkern/fix/c-underscoresSebastian Berg2019-05-282-9/+9
|\
| * BUG: Avoid leading underscores in C function names.Robert Kern2019-05-282-9/+9
* | PERF: Use intrinsic rotr on WindowsKevin Sheppard2019-05-281-0/+5
|/
* PERF: Reorder header for philox (#34)Kevin Sheppard2019-05-271-1/+1
* Revert "MAINT: Implement API changes for randomgen-derived code"Kevin Sheppard2019-05-277-0/+2620
* MAINT: Implement API changes for randomgen-derived codemattip2019-05-207-2581/+0
* MAINT: Remove Cython conditionalsKevin Sheppard2019-05-202-2/+51
* BENCH: convert bencmarks to asv formatmattip2019-05-207-0/+2532