summaryrefslogtreecommitdiff
path: root/numpy/random/tests
Commit message (Expand)AuthorAgeFilesLines
* MAINT: random: In a test module, don't use a global non-deterministically Gen...warren2023-05-011-24/+21
* BUG: random: Don't return negative values from Generator.geometric.warren2023-04-301-0/+7
* BUG: accept zeros on numpy.random dirichlet function (#23440)Paulo Almeida2023-04-111-0/+4
* Merge pull request #23195 from seberg/public-rng-spawnCharles Harris2023-02-231-0/+40
|\
| * API: Add `rng.spawn()`, `bit_gen.spawn()`, and `bit_gen.seed_seq`Sebastian Berg2023-02-141-0/+40
* | TST: Add a random integers bounds checking test that previously failedSebastian Berg2023-02-131-0/+2
|/
* Merge pull request #22713 from seberg/numba-systemerrorCharles Harris2022-12-021-1/+2
|\
| * TST: Skip when numba/numpy compat issues cause SystemErrorSebastian Berg2022-12-021-1/+2
* | MAINT: Move _inspect and _pep440 from compat to _utilsSebastian Berg2022-11-251-1/+1
|/
* TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-114-3/+10
* TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-273-16/+16
* BUG: Fix boundschecking for `random.logseries`Sebastian Berg2022-10-182-9/+30
* TST: Implemented an unused test for np.random.randintMatteo Raso2022-08-251-17/+16
* ENH: Add the capability to swap the singleton bit generatorKevin Sheppard2022-08-111-0/+67
* TST: Fix spellingKevin Sheppard2022-07-192-2/+2
* BUG/ENH: ALlow bit generators to supply their own ctorKevin Sheppard2022-07-192-0/+31
* 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
* 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