summaryrefslogtreecommitdiff
path: root/numpy/random/tests/test_random.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: One element array inputs get one element arrays returned in np.randomgfyoung2016-01-241-1/+86
* TST: Added broadcasting tests in test_random.pygfyoung2016-01-231-81/+635
* Revert to non-generative test.Antony Lee2016-01-161-5/+4
* MAINT: memcpy-based ~4x faster, typed shuffle.Antony Lee2016-01-161-23/+28
* DEP: Deprecate random_integersgfyoung2016-01-101-0/+16
* Merge pull request #6910 from charris/add-64-bit-random-intCharles Harris2016-01-031-0/+77
|\
| * TST: Add tests for new randint functionality.Charles Harris2016-01-021-0/+77
* | MAINT: Cleaned up unused variables and spelling mistakes in np.random modulesgfyoung2015-12-291-1/+1
|/
* ENH: Allow random_integers to include the maximum np.iinfo('l').maxgfyoung2015-12-281-0/+11
* MAINT: minor spelling and grammar correctionsgfyoung2015-12-161-3/+3
* MAINT: random: allow nonc==0 in noncentral_chisquare.Evgeni Burovski2015-11-021-0/+7
* BUG: Fixes random.noncentral_chisquare when 0 < df <= 1behzad nouri2015-04-271-0/+6
* Throws if range is too large for 'random.uniform'Masud Rahman2014-09-281-0/+12
* TST: gnufreebsd has fixed the thread control word lossJulian Taylor2014-09-141-3/+1
* Merge pull request #5051 from juliantaylor/thread-test-fixCharles Harris2014-09-061-1/+8
|\
| * TST: accept small error in threaded random testJulian Taylor2014-09-061-1/+8
* | STY: PEP8 fixups for numpy/random.Charles Harris2014-07-311-165/+162
|/
* BUG: avoid infinite loop for small kappa in vonmisesJulian Taylor2014-05-281-0/+6
* BUG: reject too large seeds to RandomStateJulian Taylor2014-05-151-0/+29
* ENH: replace GIL of random module with a per state lockJulian Taylor2014-05-021-0/+40
* BUG: Explicitly reject nan values for p in binomial(n, p). Fixes #4571.Daniel da Silva2014-04-041-0/+4
* TST: Add some tests for random.multivariate_normal.Charles Harris2014-03-221-10/+23
* BUG: handle non integer types for multinomial/dirichlet sizeJulian Taylor2014-02-221-1/+27
* BUG: fix shuffling of flexible dtypes and masked arraysJulian Taylor2014-02-131-0/+23
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-31/+31
* BUG: numpy.random.binomial raised ValueError for n == 0HaroldMills2013-06-281-0/+11
* ENH: random: Allow ngood=0 or nbad=0 in mtrand.hypergeometric.Warren Weckesser2013-06-131-0/+18
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* Merge pull request #2992 from seberg/choice-object-scalarseberg2013-03-041-1/+12
|\
| * BUG: fix random.choice scalar object result and disallow 0-d arraysSebastian Berg2013-03-041-1/+12
* | 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
|/
* TST: Add tests for new feature and fix in random.choiceSebastian Berg2012-12-061-1/+27
* FIX: loosen numerical tolerance in test_pareto()Nathaniel J. Smith2012-09-071-1/+7
* [FIX] Make np.random.shuffle less brain-deadNathaniel J. Smith2012-07-171-6/+11
* 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-241-49/+1
* 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