summaryrefslogtreecommitdiff
path: root/numpy/random/mtrand/mtrand_py_helper.h
Commit message (Collapse)AuthorAgeFilesLines
* BENCH: convert bencmarks to asv formatmattip2019-05-201-23/+0
| | | | | | | remove files that were part of the origal repo rework randomgen docs to integrate with numpy and fix some links remove convenience functions, require explicit call to gen.brng move code out of numpy.random.randomgen into numpy.random
* BUG: Use npy_intp instead of long in mtrand.cgohlke2012-03-101-1/+1
| | | | | This fixes a problem on 64 bit Windows where a 64 bit index is needed but long is only 32 bits.
* 3K: random: make mtrand to importPauli Virtanen2009-12-061-0/+23