summaryrefslogtreecommitdiff
path: root/numpy/random/src/pcg64
Commit message (Expand)AuthorAgeFilesLines
* BLD: add back stdlib.h include in pcg64.hChristoph Reiter2022-09-111-1/+4
* DEP: drop support for msvc<=1900 and Interix (#22139)Matti Picus2022-08-191-4/+4
* Allow GCC compile on mingw-w64-based systemsMatthew Brett2022-06-291-1/+1
* BUG: Correct incorrect advance in PCG with emulated int128Kevin Sheppard2021-10-061-2/+1
* ENH: manually inline code for performance.Robert Kern2021-05-071-14/+29
* BUG: Wrong logic for WindowsRobert Kern2021-05-041-1/+0
* ENH: add the emulated 128-bit math for PCG64DXSMRobert Kern2021-05-041-1/+59
* ENH: Add PCG64DXSM implementation.Robert Kern2021-05-042-0/+74
* BLD: Enable Werror=undef in travisSayed Adel2020-11-171-3/+3
* 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