summaryrefslogtreecommitdiff
path: root/numpy/random
Commit message (Collapse)AuthorAgeFilesLines
* Fix up mtrand compile again.Travis Oliphant2006-06-291-160/+116
|
* Fix init_by_array to properly initialize the has_gauss and has_binomial ↵Robert Kern2006-06-241-0/+2
| | | | members. Fixes #155.
* Add CObject APIRobert Kern2006-06-131-0/+16
|
* Check-in name-space changes so that numpy.oldnumeric is the compatibility ↵Travis Oliphant2006-06-121-1/+1
| | | | module and numpy does not contain all of the names.
* 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 ↵Travis Oliphant2006-06-021-1010/+938
| | | | alert user what function to use to pass in a tuple.
* Change rand and randn back to not take tuple argument. Alter docstring to ↵Travis Oliphant2006-06-021-4/+9
| | | | alert user what function to use to pass in a tuple.
* 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 ↵Pearu Peterson2006-04-241-2/+2
| | | | mingw32 and c++ code combination to work correctly.
* 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 ↵cookedm2006-03-102-5/+4
| | | | extraneous whitespace
* Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid ↵Pearu Peterson2006-02-241-2/+3
| | | | initiating Scipy/NumpyTest during imports.
* 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; ↵Travis Oliphant2006-01-152-5/+5
| | | | .dtypechar -> .dtype.char
* 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