summaryrefslogtreecommitdiff
path: root/numpy/random/tests/test_direct.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: Get full precision for 32 bit floating point random values.warren2021-11-061-5/+8
* BUG: Correct incorrect advance in PCG with emulated int128Kevin Sheppard2021-10-061-0/+22
* ENH: Add PCG64DXSM implementation.Robert Kern2021-05-041-2/+30
* conversion of strings to fstringsJakob2020-10-241-2/+2
* BUG: add missing c_distributions.pxd, enables cython use of random C-API (gh-...Matti Picus2020-03-161-1/+1
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-2/+2
* TST: skip cffi tests when PYTHONOPTIMIZE>1, pycparser failsmattip2019-11-211-0/+7
* API: move bit_generator and generator to be privatemattip2019-10-111-1/+1
* API: rename common, bounded_integers -> _common, _bounded_integers; cleanupmattip2019-10-111-1/+1
* ENH: Rename tests for default_rngRobert Kern2019-06-291-1/+1
* ENH: Rename default_gen to default_rngRobert Kern2019-06-291-4/+4
* ENH: np.random.default_gen() (#13840)Robert Kern2019-06-281-1/+17
* ENH: Add SFC64 BitGenerator.Robert Kern2019-06-251-1/+16
* BUG: Fix missing SeedSequence import.Charles Harris2019-06-251-1/+3
* MAINT: Fix bad merge.Charles Harris2019-06-251-6/+0
* ENH: use SeedSequence to generate entropy for seedingmattip2019-06-261-105/+52
* MAINT: remove xoshiro* BitGeneratorsmattip2019-06-261-33/+2
* MAINT: remove ThreeFry BitGeneratormattip2019-06-251-24/+1
* MAINT: remove pcg32 BitGeneratormattip2019-06-251-15/+1
* MAINT: remove dSFMTmattip2019-06-161-82/+1
* MAINT: Update PCG jump sizesKevin Sheppard2019-06-061-0/+14
* STY: Clean up codeKevin Sheppard2019-05-271-28/+35
* Revert "MAINT: Implement API changes for randomgen-derived code"Kevin Sheppard2019-05-271-1/+51
* MAINT: Remove remnants of bit generatorsKevin Sheppard2019-05-271-1/+1
* MAINT: remove tomaxint, random_sample from generatormattip2019-05-231-7/+0
* BUG: test, fix missing return to deprecated functionmattip2019-05-231-1/+8
* MAINT: remove threefry32, xoroshiro128, xorshift1024 BitGeneratorsmattip2019-05-201-56/+4
* MAINT: Implement API changes for randomgen-derived codemattip2019-05-201-207/+157
* ENH: Add fast path for randint broadcastingKevin Sheppard2019-05-201-1/+4
* BENCH: convert bencmarks to asv formatmattip2019-05-201-0/+621