summaryrefslogtreecommitdiff
path: root/numpy/random/tests/test_randomstate.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-9/+9
* MAINT: Remove uses of scalar aliasesEric Wieser2019-11-131-3/+3
* API: make BitGenerators privatemattip2019-10-111-1/+2
* BUG: Fix segfault in `random.permutation(x)` when x is a string. (#14241)Maxwell Aladago2019-08-221-0/+15
* ENH: use SeedSequence to generate entropy for seedingmattip2019-06-261-5/+4
* MAINT: remove xoshiro* BitGeneratorsmattip2019-06-261-3/+3
* BUG: Fix random.choice when probability is not C contiguous (#13716)jeremiedbb2019-06-061-0/+29
* MAINT: Misc. typo fixes (#13664)luzpaz2019-05-311-1/+1
* MAINT: fix for dtype specificationmattip2019-05-281-2/+2
* ENH: Split poisson_lam_maxKevin Sheppard2019-05-231-1/+1
* BUG: Ensure integer-type stream on 32bitKevin Sheppard2019-05-201-1/+60
* MAINT: Implement API changes for randomgen-derived codemattip2019-05-201-5/+5
* ENH: Add closed generator to randintKevin Sheppard2019-05-201-1/+0
* BUG: Cast high to Python int to avoid overflowKevin Sheppard2019-05-201-0/+8
* ENH: Extend multinomial and fix zipfKevin Sheppard2019-05-201-0/+4
* BENCH: convert bencmarks to asv formatmattip2019-05-201-0/+1853