summaryrefslogtreecommitdiff
path: root/numpy/random
Commit message (Expand)AuthorAgeFilesLines
* REF: use simpler API in top bscript.David Cournapeau2012-06-011-1/+1
* TST: filter Cython warning on import of random module. Closes #2103.Ralf Gommers2012-04-151-1/+11
* STY: Remove trailing whitespace.Charles Harris2012-04-061-1/+1
* UPD: Regenerate mtrand.cCharles Harris2012-04-061-3252/+3253
* UPD: Add NPY_NO_DEPRECATED_API to some more files.Charles Harris2012-04-061-0/+1
* UPD: Make numpy.pxd and mtrand.pyx use non-deprecated macros/functions.Charles Harris2012-04-062-123/+132
* MOV: Rename numpy.pxi to numpy.pxd to conform to current Cython.Charles Harris2012-04-061-0/+0
* GEN: Regenerate mtrand.c from modified mtrand.pyx.Charles Harris2012-03-101-1438/+1560
* BUG: Use npy_intp instead of long in mtrand.cgohlke2012-03-104-39/+40
* DOC: merge wiki doc edits.Ralf Gommers2012-03-032-1229/+1219
* BUG: fix some Python 2.4 compatibility issues.Ralf Gommers2012-03-032-1578/+1542
* DOC: Fix another detail in randn documentation.Charles Harris2012-02-012-4/+4
* DOC: Fix docstrings of rand and randn a bit more and regenerate.Charles Harris2012-01-272-2042/+2044
* PYX: Regenerate mtrand.cCharles Harris2012-01-211-4/+4
* Fixed RandomState docstrings.Joonas Paalasmaa2012-01-211-3/+3
* BUG: Fix dimension checks in random.choice. Make sure last entry in cdfCharles Harris2011-12-172-2473/+2517
* FIX: Add release notes, use inverse cdf method for non-uniformChris Jordan-Squire2011-12-173-3789/+3800
* FIX: Changed named to choice, reverted other changes.Chris Jordan-Squire2011-12-174-87/+78
* ENH: New sample function, bugs in tests fixedChris Jordan-Squire2011-12-164-4161/+5987
* BUG: fix non-mandatory win32-specific check.David Cournapeau2011-08-291-1/+1
* FEAT: fix numpy.random build issues with MSVC.David Cournapeau2011-08-291-7/+21
* REF: use new API for higher level builder reuse.David Cournapeau2011-08-291-4/+1
* REF: use new hook signature.David Cournapeau2011-08-291-1/+1
* REF: define hook file locally.David Cournapeau2011-08-291-0/+2
* ENH: update to last bento.David Cournapeau2011-08-291-2/+2
* ENH: remove temporary hacks for recurse path settings.David Cournapeau2011-08-291-12/+2
* ENH: add fft/random support.David Cournapeau2011-08-292-0/+39
* BUG: fix random.test_noncentral_f issue under win64 + MSVC9. Closes #1801.Ralf Gommers2011-04-221-2/+2
* 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
* CYT: Regenerate mtrand.c file.Charles Harris2011-03-101-5900/+6516
* TST: Add test for poisson exceptions.Charles Harris2011-03-101-1/+10
* ENH: Add check for maximum average allowed in poisson rng. OriginalCharles Harris2011-03-101-0/+9
* TST: add test for random distributions. Closes #1512.rgommers2011-03-061-1/+357
* DOC: merge wiki changes for numpy.random and regenerate mtrand.crgommers2011-03-022-5879/+5572
* 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-243-5511/+5918
* DOC: Merge wiki changes for RandomState as far as possible. Closes #1503.rgommers2010-07-261-57/+69
* BUG: core: use PyCapsule objects only on Python >= 3.0, stay with PyCObjects ...Pauli Virtanen2010-07-171-1/+1
* ENH: random: strip absolute paths from generated mtrand.c line number comment...Pauli Virtanen2010-07-091-0/+2
* GEN: random: Regenerate mtrand.cPauli Virtanen2010-07-091-1068/+1079
* BUG: random: accept Python long as input to np.random.permutation (#1535)Pauli Virtanen2010-07-092-1/+7
* BUG, STY: Make gaussian random number generators with identical behaviourCharles Harris2010-05-262-14/+19
* STY: A Few more coding style cleanups.Charles Harris2010-05-261-9/+20
* STY: Some c coding style cleanups.Charles Harris2010-05-262-142/+165
* ENH, BUG: PyCObject will be deprecated in python 2.7. So use the NpyCapsuleCharles Harris2010-05-031-0/+3
* BUG: Replace deprecated PyCObject by PyCapsule for Python >= 3.1.Charles Harris2010-02-232-1082/+1074