summaryrefslogtreecommitdiff
path: root/numpy/random/mtrand/initarray.c
Commit message (Collapse)AuthorAgeFilesLines
* UPD: Add NPY_NO_DEPRECATED_API to some more files.Charles Harris2012-04-061-0/+1
| | | | _dotblas needs more work to remove direct access to ndarray internals.
* BUG: Use npy_intp instead of long in mtrand.cgohlke2012-03-101-4/+4
| | | | | This fixes a problem on 64 bit Windows where a 64 bit index is needed but long is only 32 bits.
* BUG, STY: Make gaussian random number generators with identical behaviourCharles Harris2010-05-261-0/+1
| | | | have identical pickles.
* STY: Some c coding style cleanups.Charles Harris2010-05-261-101/+115
|
* Hard tab removal.Charles Harris2009-10-201-55/+55
| | | | | Trailing whitespace removal. Some coding style cleanups.
* Fix init_by_array to properly initialize the has_gauss and has_binomial ↵Robert Kern2006-06-241-0/+2
| | | | members. Fixes #155.
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+134