summaryrefslogtreecommitdiff
path: root/numpy/random
Commit message (Expand)AuthorAgeFilesLines
* Many name-changes in oldnumeric. This may break some numpy code that was usi...Travis Oliphant2006-08-043-438/+0
* 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
* Remove global symbols from numpy. Remove use of replacetypechars in convertcode.Travis Oliphant2006-07-121-1/+0
* 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
* Check-in name-space changes so that numpy.oldnumeric is the compatibility mod...Travis Oliphant2006-06-121-1/+1
* Apply patch #137Travis Oliphant2006-06-122-214/+242
* Fix syntax error in numpy/random/old.py: can't use import * in functions anymorecookedm2006-06-101-1/+0
* Add RNG interface and clean up old-interfaces to be separate from newer ones.Travis Oliphant2006-06-093-0/+439
* 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 add_data_files instead of add_headers to install randomkit.hedschofield2006-04-191-2/+2
* Modified numpy/random/setup.py to export randomkit.h header fileedschofield2006-04-181-0/+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
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-102-5/+4
* Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid initia...Pearu Peterson2006-02-241-2/+3
* Change accuracy of fill and more _WIN32 fixes.Travis Oliphant2006-02-091-1/+0
* Fixes to help compilation on Windows with MSVCTravis Oliphant2006-02-092-4/+37
* 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
* More numpy fixes...Travis Oliphant2006-01-041-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-044-401/+401
* Change most setup.py filesTravis Oliphant2006-01-041-2/+2
* Moved scipy directory to numpyTravis Oliphant2006-01-0414-0/+8887