summaryrefslogtreecommitdiff
path: root/numpy/random/src
Commit message (Collapse)AuthorAgeFilesLines
...
* MAINT: Remove Cython conditionalsKevin Sheppard2019-05-202-2/+51
| | | | Remove Cython conditional compilation and use preprocessor only
* BUG: Fix type in zipfKevin Sheppard2019-05-201-1/+1
| | | | Correct type form long to int64
* ENH: Extend multinomial and fix zipfKevin Sheppard2019-05-202-13/+42
| | | | | | Extend multinomial to allow broadcasting Fix zipf changes missed in NumPy Enable 0 as valid input for hypergeometric
* BENCH: convert bencmarks to asv formatmattip2019-05-20100-0/+16834
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