summaryrefslogtreecommitdiff
path: root/numpy/random/tests/test_random.py
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵dhuard2009-03-091-0/+11
| | | | Mises random variable generator. Regression test added.
* 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
| | | | | | | | | | | Added numpy.testing.run_module_suite to simplify "if __name__ == '__main__'" boilerplate code in test modules. Removed numpy/testing/pkgtester.py since it just consisted of an import statement after porting SciPy r4424. Allow numpy.*.test() to accept the old keyword arguments (but issue a deprecation warning when old arguments are seen). numpy.*.test() returns a test result object as before. Fixed typo in distutils doc.
* Switched to use nose to run tests. Added test and bench functions to all ↵Alan McIntyre2008-06-171-3/+3
| | | | modules.
* Add the cached Gaussian to the state tuple. Preserve backwards compatibility ↵Robert Kern2008-04-091-0/+23
| | | | with the old state tuple.
* 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
probabilities.