summaryrefslogtreecommitdiff
path: root/numpy/random
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use a wrapper around _ftime to work around a mingw bug in msvc runtimes impor...David Cournapeau2008-11-171-1/+10
* Simplify ftime workaround for python 2.6 under mingw: we only need to make _f...David Cournapeau2008-11-171-21/+11
* Another typo.David Cournapeau2008-11-141-1/+1
* Fix hex conversion for msvcrt (we do not need to convert VS verion, but MSVCR...David Cournapeau2008-11-141-3/+3
* Typo.David Cournapeau2008-11-141-1/+1
* Typo.David Cournapeau2008-11-141-1/+1
* Add a macro to know whether we need the mingw workaround for _ftime + add a d...David Cournapeau2008-11-141-0/+17
* Postpone time.h include because we will need to customize it on windows.David Cournapeau2008-11-141-1/+2
* Generate config header for random kit (empty for now).David Cournapeau2008-11-142-2/+20
* Add code to detect msvc used to build python.David Cournapeau2008-11-141-0/+9
* Regenerate mtrand.c due to docstring changesPauli Virtanen2008-10-281-3090/+2775
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-281-17/+431
* Import documentation from doc wiki (part 1)Pauli Virtanen2008-10-271-4/+4
* BUG: Logarithmic series needs to exclude p==0 and p==1. When the conversion o...Robert Kern2008-08-243-25/+43
* BUG: Allow floating point argument n to negative binomial distribution.Robert Kern2008-08-235-3213/+3812
* Update `random` docstring.Stefan van der Walt2008-08-211-3/+82
* BUG: F distributions need the appropriate scale factor.Robert Kern2008-08-121-1/+2
* Fix bad string escaping in mtrand.pyx docstrings (+ regenerate mtrand.c)Pauli Virtanen2008-08-072-761/+727
* Merge from documentation editor.Stefan van der Walt2008-08-053-3115/+4517
* Regenerated mtrand.c after standardizing NumPy import in mtrand.pyx.Alan McIntyre2008-07-251-2007/+1782
* Standardize NumPy import as "import numpy as np".Alan McIntyre2008-07-251-78/+78
* Generate headers in the right place for inplace builds.Robert Kern2008-07-191-5/+1
* Simplify a bit more scons scripts.David Cournapeau2008-07-091-1/+1