summaryrefslogtreecommitdiff
path: root/numpy/random/tests
Commit message (Expand)AuthorAgeFilesLines
* 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-271-0/+15
* Merge pull request #16017 from charris/backport-15951Charles Harris2020-04-192-0/+12
|\
| * BUG: Alpha parameter must be 1D in `generator.dirichlet` (#15951)panpiort82020-04-192-0/+12
* | Add minor tests enhancementPan Jan2020-04-112-2/+2
* | Add testing and replace checkPan Jan2020-04-112-0/+12
|/
* Bug: Fix eigh mnd cholesky methods of numpy.random.multivariate_normalMax Balandat2020-04-061-0/+24
* MAINT: remove dead code from reviewmattip2020-01-021-2/+2
* MAINT: unskip test on win32mattip2020-01-011-1/+0
* BUG: use tmp dir and check version for cython test (#15170)Matti Picus2019-12-261-16/+23
* REV: Revert "Merge pull request #14794 from mattip/nep-0034-impl"Charles Harris2019-12-043-10/+7
* Merge pull request #14794 from mattip/nep-0034-implRalf Gommers2019-12-023-7/+10
|\
| * MAINT: revert change to assert_array_equal, adjust testsmattip2019-10-313-3/+6
| * DEP: issue deprecation warning when creating ragged array (NEP 34)mattip2019-10-313-4/+4
* | Merge pull request #14954 from mattip/test-extending-cffiCharles Harris2019-11-272-2/+22
|\ \
| * | TST: skip cffi tests when PYTHONOPTIMIZE>1, pycparser failsmattip2019-11-212-0/+12
| * | TST. API: test using distributions.h via cffimattip2019-11-211-2/+10
* | | TST: skip if cython is not availablemattip2019-11-221-0/+6
|/ /
* | MAINT: move numpy/random/examples -> numpy/random/_examplesmattip2019-11-191-3/+3
* | API: restructure and document numpy.random C-API (#14604)Matti Picus2019-11-191-0/+32
* | MAINT: Remove uses of scalar aliasesEric Wieser2019-11-134-15/+14
* | merge latest changes on master branchRedRuM2019-11-036-29/+271
|\ \ | |/
| * 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
| * TEST, DOC: fixes from reviewmattip2019-10-171-1/+1
| * API: move bit_generator and generator to be privatemattip2019-10-112-2/+2
| * API: make BitGenerators privatemattip2019-10-112-2/+3
| * API: rename common, bounded_integers -> _common, _bounded_integers; cleanupmattip2019-10-111-1/+1
| * BUG: random: Use correct length when axis is given to shuffle.Warren Weckesser2019-10-081-0/+9
| * BUG: random: Create a legacy implementation of random.binomial.Warren Weckesser2019-09-161-1/+17
| * Merge pull request #13829 from kianasun/add-permutation-axisMatti Picus2019-09-161-0/+45
| |\
| | * ENH: Improve permutation and shuffle functions on a given axisKexuan Sun2019-09-141-0/+45
| * | Merge pull request #14498 from mattip/random-namespaceRalf Gommers2019-09-151-21/+1
| |\ \
| | * | MAINT: remove the entropy c-extension modulemattip2019-09-131-21/+1
| | |/
| * | BUG: Fix randint when range is 2**32Kevin Sheppard2019-09-141-0/+11
| |/
| * BUG: Fix segfault in `random.permutation(x)` when x is a string. (#14241)Maxwell Aladago2019-08-222-0/+28
* | 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: Rename tests for default_rngRobert Kern2019-06-292-2/+2
* ENH: Rename default_gen to default_rngRobert Kern2019-06-292-13/+13