summaryrefslogtreecommitdiff
path: root/numpy/random/tests
Commit message (Expand)AuthorAgeFilesLines
* [FIX] Make np.random.shuffle less brain-deadNathaniel J. Smith2012-07-172-6/+21
* FIX: Add release notes, use inverse cdf method for non-uniformChris Jordan-Squire2011-12-171-1/+1
* FIX: Changed named to choice, reverted other changes.Chris Jordan-Squire2011-12-171-12/+12
* ENH: New sample function, bugs in tests fixedChris Jordan-Squire2011-12-161-0/+45
* TST: lower precision for one more test in random. Closes #1768. Again.Ralf Gommers2011-04-011-1/+1
* TST: lower precision of lognormal test a little more. Closes #1768.Ralf Gommers2011-03-161-1/+1
* TST: Some tests in random module were failing on RHEL4 due to too high precis...Ralf Gommers2011-03-151-9/+9
* TST: Py3K: fix bytes/string test failure in numpy.random.bytes() test.rgommers2011-03-111-2/+3
* TST: Add test for poisson exceptions.Charles Harris2011-03-101-1/+10
* TST: add test for random distributions. Closes #1512.rgommers2011-03-061-1/+357
* ENH: Break out regression tests into separate file and explicitly import neededCharles Harris2011-01-242-49/+58
* ENH: Replace assert by assert_.Charles Harris2011-01-241-9/+9
* BUG: Ticket #1690, fix overflow error in randint. Slightly modified from theJustin Peel2011-01-241-0/+9
* BUG: random: accept Python long as input to np.random.permutation (#1535)Pauli Virtanen2010-07-091-0/+6
* Make logseries test deterministic.Charles Harris2009-03-141-3/+4
* Fix tickets #921 and #923. Add regression tests.Charles Harris2009-03-141-10/+32
* Applied Anand's patch fixing Ticket #986 regarding the domain of the Von Mise...dhuard2009-03-091-0/+11
* BUG: Allow floating point argument n to negative binomial distribution.Robert Kern2008-08-231-0/+6
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-3/+3
* Add the cached Gaussian to the state tuple. Preserve backwards compatibility ...Robert Kern2008-04-091-0/+23
* Fix #581.Robert Kern2008-04-091-0/+23
* more janitorial workJarrod Millman2007-12-291-3/+3
* Fix randint for negative interval.Stefan van der Walt2007-11-231-0/+6
* Rename test classes to CapWords.Stefan van der Walt2007-10-021-1/+1
* Temporary workaround for problem with 'multivariate' when specifying zeroStefan van der Walt2007-08-281-0/+13