summaryrefslogtreecommitdiff
path: root/numpy/random/_common.pxd
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix boundschecking for `random.logseries`Sebastian Berg2022-10-181-1/+1
* BUG: Fix the return type of random_float_fillHood Chatham2022-01-261-1/+1
* BUG: Correct Cython declarationKevin Sheppard2021-06-241-1/+1
* BUG: Validate output size in bin- and multinomialKevin Sheppard2020-07-141-0/+2
* DOC, API: add numpy.random.__index__.pxd and document numpy.random.* funcsmattip2019-11-211-1/+1
* API: move bit_generator and generator to be privatemattip2019-10-111-1/+1
* API: refactor function names in distribution.{h,c}, refactor float_fillmattip2019-10-111-0/+1
* API: rename common, bounded_integers -> _common, _bounded_integers; cleanupmattip2019-10-111-0/+103