summaryrefslogtreecommitdiff
path: root/numpy/random/mtrand/Python.pxi
Commit message (Expand)AuthorAgeFilesLines
* BUG: core: use PyCapsule objects only on Python >= 3.0, stay with PyCObjects ...Pauli Virtanen2010-07-171-1/+1
* ENH, BUG: PyCObject will be deprecated in python 2.7. So use the NpyCapsuleCharles Harris2010-05-031-0/+3
* BUG: Replace deprecated PyCObject by PyCapsule for Python >= 3.1.Charles Harris2010-02-231-10/+10
* More fixes to mtrand from recent speed ups.Travis Oliphant2007-03-201-0/+1
* Make random number generators faster for scalar parameters.Travis Oliphant2007-03-191-2/+14
* Make sure we deal with null bytes appropriate when getting a random stream of...Robert Kern2006-07-201-0/+1
* Add CObject APIRobert Kern2006-06-131-0/+16
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+24