summaryrefslogtreecommitdiff
path: root/numpy/random/tests/test_generator_mt19937.py
Commit message (Expand)AuthorAgeFilesLines
* TST: Add a random integers bounds checking test that previously failedSebastian Berg2023-02-131-0/+2
* TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-111-1/+3
* TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-271-6/+6
* BUG: Fix boundschecking for `random.logseries`Sebastian Berg2022-10-181-4/+16
* TST: Fix spellingKevin Sheppard2022-07-191-1/+1
* BUG/ENH: ALlow bit generators to supply their own ctorKevin Sheppard2022-07-191-0/+13
* MAINT: random: Update to disallowing complex inputs to multivariate_normal.warren2022-06-161-1/+5
* MAINT: random: Disallow complex covariances in multivariate_normalHameer Abbasi2022-06-161-0/+2
* Performance improvements for negative_binomial checksRaúl Montón Pinillos2022-02-181-0/+1
* Simplify check and add test for invalid combinations of p and n in negative_b...Raúl Montón Pinillos2022-02-171-0/+6
* MAINT, DOC: discard repeated wordsDimitri Papadopoulos2022-01-131-1/+1
* BUG: random: Check 'writeable' flag in 'shuffle' and 'permuted'.warren2021-12-181-0/+13
* ENH: random: Add broadcast support to Generator.multinomial (#16740)Kevin Sheppard2021-11-121-6/+58
* BUG: Get full precision for 32 bit floating point random values.warren2021-11-061-0/+12
* BUG: Seed random state in test_vonmises_large_kappa_range.Charles Harris2021-07-271-0/+1
* BUG: Check out requirements and raise when not satisfiedKevin Sheppard2021-04-071-0/+23
* PERF: Use exponentials in place of inversionKevin Sheppard2021-03-221-7/+11
* ENH: Improve the exception for default low in Generator.integersKevin Sheppard2021-03-171-0/+15
* Port error to RandomStateKevin Sheppard2021-02-261-1/+1
* ENH: Improve error message in multinomialKevin Sheppard2021-02-261-0/+8
* BUG: Prevent RandomState from changingKevin Sheppard2021-02-261-1/+21
* BUG: Remove check in shuffle for non-ndarraysKevin Sheppard2021-02-111-0/+8
* BUG: shuffling empty array with axis=1 was brokenRalf Gommers2021-01-231-1/+14
* Revert changes to mtrandKevin Sheppard2020-12-111-0/+9
* BUG: Enforce high >= low on uniform number generatorsKevin Sheppard2020-12-111-0/+6
* TST: Make test suite work in FIPS (140-2) ModeNikola Forró2020-10-291-25/+25
* ENH: random: Add the method `permuted` to Generator. (#15121)Warren Weckesser2020-09-021-0/+50
* BUG: Validate output size in bin- and multinomialKevin Sheppard2020-07-141-0/+10
* BUG: Correct broadcasting when size is not NoneKevin Sheppard2020-06-051-0/+41
* REF: Refactor jump codeKevin Sheppard2020-05-121-5/+11
* BUG: Correct loop order in MT19937 jumpKevin Sheppard2020-05-121-3/+43
* BUG: Fix numpy.random.dirichlet returns NaN for small 'alpha' parameters. (#1...Benjamin Trendelkamp-Schroer2020-04-291-0/+25
* TST: random: Add more repeatability tests for random integers.Warren Weckesser2020-04-271-0/+23
* BUG: random: Generator.integers(2**32) always returned 0.Warren Weckesser2020-04-261-0/+15
* BUG: Alpha parameter must be 1D in `generator.dirichlet` (#15951)panpiort82020-04-181-0/+6
* Merge pull request #15876 from panpiort8/multinomial_pvals_1dMatti Picus2020-04-111-0/+6
|\
| * Add minor tests enhancementPan Jan2020-04-061-1/+1
| * Add testing and replace checkPan Jan2020-04-011-0/+6
* | BUG: random: Disallow p=0 in negative_binomialWarren Weckesser2020-04-051-0/+5
* | Bug: Fix eigh mnd cholesky methods of numpy.random.multivariate_normalMax Balandat2020-04-041-0/+24
|/
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-10/+10
* MAINT: random: Remove a few unused imports from test files.Warren Weckesser2019-12-151-1/+0
* MAINT: Remove uses of scalar aliasesEric Wieser2019-11-131-7/+6
* merge latest changes on master branchRedRuM2019-11-031-3/+222
|\
| * BUG: random: biased samples from integers() with 8 or 16 bit dtype.Warren Weckesser2019-10-241-2/+20
| * ENH: random: Add the multivariate hypergeometric distributionWarren Weckesser2019-10-181-1/+135
| * BUG: random: Use correct length when axis is given to shuffle.Warren Weckesser2019-10-081-0/+9
| * ENH: Improve permutation and shuffle functions on a given axisKexuan Sun2019-09-141-0/+45
| * BUG: Fix segfault in `random.permutation(x)` when x is a string. (#14241)Maxwell Aladago2019-08-221-0/+13
* | MAINT: remove stray commentsRedRuM2019-10-161-4/+0