summaryrefslogtreecommitdiff
path: root/numpy/random/tests/test_generator_mt19937.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | TST: Parametrize tests using different methodsRedRuM2019-10-161-26/+11
* | Back out use_factor changes, to be restored in a separate PREric Wieser2019-10-161-40/+0
* | MNT: simplify the API by requiring the user to ensure the correct factor is s...RedRuM2019-08-181-2/+0
* | ENH: re-write the implementation with new keywords method and use_factorRedRuM2019-08-171-6/+81
* | REV: Undo all changes to codebaseRedRuM2019-08-171-50/+8
* | ENH: Add test cases for proposed API for samlping from a multivariate normal ...RedRuM2019-08-161-8/+50
|/
* test shuffle keywordGuillaume Horel2019-07-111-0/+3
* fix testsGuillaume Horel2019-07-111-2/+2
* fix testsGuillaume Horel2019-07-111-1/+1
* fix testsGuillaume Horel2019-07-111-2/+2
* ENH: use SeedSequence to generate entropy for seedingmattip2019-06-261-477/+418
* MAINT: random: Rewrite the hypergeometric distribution.Warren Weckesser2019-06-141-4/+9
* BUG: Make ``Generator._masked`` flag default to ``False``. (#13774)Bernardt Duvenhage2019-06-131-27/+26
* BUG: Fix random.choice when probability is not C contiguous (#13716)jeremiedbb2019-06-061-0/+29
* BUG/MAINT: Disallow non-native byteorder in random intsKevin Sheppard2019-05-281-0/+4
* MAINT: fix for dtype specificationmattip2019-05-281-2/+2
* STY: Clean up codeKevin Sheppard2019-05-271-11/+16
* ENH: Split poisson_lam_maxKevin Sheppard2019-05-231-2/+2