summaryrefslogtreecommitdiff
path: root/numpy/random
Commit message (Expand)AuthorAgeFilesLines
* 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
* 3K: ENH: regenerate mtrand.c with a newer Cython, for better Python 3 compati...Pauli Virtanen2010-02-211-4686/+5426
* API and ABI changes: Removed BigArrayType, Fixed hasobject to an integer (an...Travis Oliphant2010-02-151-1/+1
* random: regenrate mtrand.cPauli Virtanen2009-12-061-2550/+2630
* 3K: random: make mtrand to importPauli Virtanen2009-12-062-2/+27
* Hard tab removal.Charles Harris2009-10-205-261/+258
* Regenerate mtrand.cPauli Virtanen2009-10-021-2096/+2096
* Docstring update: randomPauli Virtanen2009-10-021-70/+903
* Docstring updates, part 1Pauli Virtanen2009-10-021-1/+87
* Regenerate mtrand.cPauli Virtanen2009-06-021-2/+2
* Fix errors in examples in docstringsPauli Virtanen2009-06-021-1/+1
* mtrand: regenerate mtrand.cPauli Virtanen2009-05-211-4546/+2456
* Docstring fixes: make some examples to work properlyPauli Virtanen2009-05-201-5/+6
* Regenerate mtrand with cython-0.11 on David's urging.Charles Harris2009-04-161-5944/+11991
* Rebuild mtrand.c with cython and change the script to use cython.Charles Harris2009-04-162-5251/+11850
* Regenerate mtrand.cPauli Virtanen2009-03-271-1998/+2032
* Merge from the doc wikiPauli Virtanen2009-03-241-11/+70
* Make logseries test deterministic.Charles Harris2009-03-141-3/+4
* Fix tickets #921 and #923. Add regression tests.Charles Harris2009-03-142-12/+34
* Applied Anand's patch fixing Ticket #986 regarding the domain of the Von Mise...dhuard2009-03-092-3/+22
* Forgot to finish the configure context in numscons build of random.David Cournapeau2008-11-191-0/+1
* Handle ftime mingw problem with numscons.David Cournapeau2008-11-191-1/+6
* Forgot to add time headers when mingw workaround is not used on windows.David Cournapeau2008-11-171-0/+2
* Do not use mingw workaround for msvc runtime 7.1.David Cournapeau2008-11-171-1/+1
* Include time.h and sys/timeb.h just after defining our custom __MSVCRT_VERSIO...David Cournapeau2008-11-171-2/+2
* Forgot to update needs_mingw_ftime_workaround function.David Cournapeau2008-11-171-1/+1
* Conditionally setup mingw workaround on __GNUC__ since we can't detect if we ...David Cournapeau2008-11-171-1/+3
* Do not generate a config.h for randomkit: it does not work as it is, and addi...David Cournapeau2008-11-172-27/+12
* Fix the inaccurate comment regarding _ftime issues with mingw.David Cournapeau2008-11-171-2/+2
* Set __MSVCRT_VERSION__ to make _ftime64 visible from time.h header when we ne...David Cournapeau2008-11-171-1/+4