summaryrefslogtreecommitdiff
path: root/numpy/random/tests
Commit message (Expand)AuthorAgeFilesLines
* Tests/Docs: Update tests to Cython 0.29.30, mention in docsEwout ter Hoeven2022-05-201-2/+2
* Merge pull request #21005 from Androp0v/negative_binomial-checksCharles Harris2022-03-131-0/+7
|\
| * 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: Replace LooseVersion by _pep440.Charles Harris2022-02-051-4/+4
|/
* MAINT, DOC: discard repeated wordsDimitri Papadopoulos2022-01-131-1/+1
* BUG: random: Check 'writeable' flag in 'shuffle' and 'permuted'.warren2021-12-182-0/+19
* BUG: Protect divide by 0 in multinomial (#20490)Kevin Sheppard2021-12-021-0/+13
* ENH: provide a convenience function to replace npy_load_module (#20395)Matti Picus2021-11-191-4/+4
* 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-062-5/+20
* Merge pull request #20071 from alessiamarcolini/refactorCharles Harris2021-10-221-1/+1
|\
| * MAINT: remove unused importsAlessia Marcolini2021-10-081-1/+1
* | BUG: Correct incorrect advance in PCG with emulated int128Kevin Sheppard2021-10-061-0/+22
|/
* index_tricks.py file not modifiedshubham119411402021-08-193-6/+6
* BUG: Seed random state in test_vonmises_large_kappa_range.Charles Harris2021-07-271-0/+1
* ENH: Add PCG64DXSM implementation.Robert Kern2021-05-044-3/+2045
* 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
* Merge pull request #18438 from seberg/shuffle-objectsCharles Harris2021-03-181-0/+27
|\
| * STY: Fix hanging indentation.Charles Harris2021-03-171-3/+3
| * STY: Break long line.Charles Harris2021-03-171-1/+3
| * BUG: Correct shuffling of objects in 1-d array likesSebastian Berg2021-02-221-0/+25
* | ENH: Improve the exception for default low in Generator.integersKevin Sheppard2021-03-171-0/+15
* | Port error to RandomStateKevin Sheppard2021-02-262-1/+9
* | ENH: Improve error message in multinomialKevin Sheppard2021-02-261-0/+8
* | BUG: Prevent RandomState from changingKevin Sheppard2021-02-265-12/+32
* | Added test for [-np.pi, np.pi] range for the von mises distribution using lar...Raúl Montón Pinillos2021-02-263-0/+9
|/
* TST: Add test for shuffle warning and assert stacklevelSebastian Berg2021-02-191-0/+12
* BUG: Remove check in shuffle for non-ndarraysKevin Sheppard2021-02-111-0/+8
* MAINT: gracefully shuffle memoryviewsTyler Reddy2021-02-011-0/+15
* BUG: shuffling empty array with axis=1 was brokenRalf Gommers2021-01-232-2/+19
* Revert changes to mtrandKevin Sheppard2020-12-112-6/+9
* BUG: Enforce high >= low on uniform number generatorsKevin Sheppard2020-12-112-0/+12
* TST: Make test suite work in FIPS (140-2) ModeNikola Forró2020-10-293-69/+69
* conversion of strings to fstringsJakob2020-10-245-13/+12
* 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-142-0/+20
* BLD: update cython to 0.29.21mattip2020-07-101-2/+2
* BUG: Ensure SeedSequence 0-padding does not collide with spawn keysRobert Kern2020-06-091-1/+27
* 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
* Merge pull request #16162 from mattip/add-pxdCharles Harris2020-05-071-3/+13
|\
| * TST: add tag to __init__.pxd and test that the tag is foundmattip2020-05-061-3/+13
* | BUG: Fix numpy.random.dirichlet returns NaN for small 'alpha' parameters. (#1...Benjamin Trendelkamp-Schroer2020-04-291-0/+25
|/
* 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-272-0/+45
* 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-182-0/+12