summaryrefslogtreecommitdiff
path: root/numpy/random/tests/test_randomstate.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: accept zeros on numpy.random dirichlet function (#23440)Paulo Almeida2023-04-111-0/+4
* TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-111-1/+2
* TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-271-5/+5
* BUG: Fix boundschecking for `random.logseries`Sebastian Berg2022-10-181-5/+14
* ENH: Add the capability to swap the singleton bit generatorKevin Sheppard2022-08-111-0/+67
* TST: Fix spellingKevin Sheppard2022-07-191-1/+1
* BUG/ENH: ALlow bit generators to supply their own ctorKevin Sheppard2022-07-191-0/+18
* Port error to RandomStateKevin Sheppard2021-02-261-0/+8
* BUG: Prevent RandomState from changingKevin Sheppard2021-02-261-0/+9
* BUG: shuffling empty array with axis=1 was brokenRalf Gommers2021-01-231-1/+5
* TST: Make test suite work in FIPS (140-2) ModeNikola Forró2020-10-291-32/+32
* BUG: Validate output size in bin- and multinomialKevin Sheppard2020-07-141-0/+10
* TST: random: Skip a test if integers are 32 bit.Warren Weckesser2020-04-271-0/+2
* TST: random: Add more repeatability tests for random integers.Warren Weckesser2020-04-271-0/+22
* 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