summaryrefslogtreecommitdiff
path: root/numpy/random/mtrand
Commit message (Expand)AuthorAgeFilesLines
* Add PyArray_ContiguousFromObject to numpy.pxiTravis Oliphant2006-08-012-126/+69
* Update to use pyrex 0.9.4.1Travis Oliphant2006-07-262-1644/+1712
* Fix random.uniformTravis Oliphant2006-07-263-2122/+2072
* Add broadcasting behavior to random-number generators. Fix cholesky to keep ...Travis Oliphant2006-07-254-5362/+8461
* Make sure we deal with null bytes appropriate when getting a random stream of...Robert Kern2006-07-203-5317/+5318
* Redo mtrand.pyx with Pyrex 0.9.4.1: fixes bug in test_histogram2d on Python 2...cookedm2006-07-041-500/+544
* Fix up mtrand compile again.Travis Oliphant2006-06-291-160/+116
* Fix init_by_array to properly initialize the has_gauss and has_binomial membe...Robert Kern2006-06-241-0/+2
* Add CObject APIRobert Kern2006-06-131-0/+16
* Apply patch #137Travis Oliphant2006-06-122-214/+242
* Update mtrand codeTravis Oliphant2006-06-091-9/+7
* Use dot instead of matrixmultiplyTravis Oliphant2006-06-091-5/+5
* Change rand and randn back to not take tuple argument. Alter docstring to al...Travis Oliphant2006-06-021-1010/+938
* Change rand and randn back to not take tuple argument. Alter docstring to al...Travis Oliphant2006-06-021-4/+9
* Allow tuple argument to rand and randnTravis Oliphant2006-06-022-1051/+1130
* Intialize the has_binomial field of the mtrand state.cookedm2006-05-192-0/+3
* Fix #90.Robert Kern2006-05-011-1/+1
* Make ext module typespecs to use PyMODINIT_FUNC that is essential for mingw32...Pearu Peterson2006-04-241-2/+2
* Use generate_mtrand code to create the mtrand.c file.Travis Oliphant2006-03-241-424/+391
* Fix randint(1,2) == 0 bug.Robert Kern2006-03-232-393/+426
* Fixes to help compilation on Windows with MSVCTravis Oliphant2006-02-091-0/+3
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dt...Travis Oliphant2006-01-152-5/+5
* Added i0 natively for kaiser windowTravis Oliphant2006-01-052-4/+4
* I don't understand why this wasn't included before.Travis Oliphant2006-01-051-0/+5990
* Trying to delete mtrand.cTravis Oliphant2006-01-051-5990/+0
* Fixed corelinalg in mtrand.Travis Oliphant2006-01-051-1/+1
* Updated mtrand pyrex-generated c file.Travis Oliphant2006-01-041-384/+384
* Moved pxi in mtrandTravis Oliphant2006-01-041-0/+0
* Changed all references to scipy to numpyTravis Oliphant2006-01-043-400/+400
* Moved scipy directory to numpyTravis Oliphant2006-01-0411-0/+8790