summaryrefslogtreecommitdiff
path: root/numpy/random/src/legacy
Commit message (Expand)AuthorAgeFilesLines
* API: remove unused functions from distributions.hmattip2019-10-111-4/+4
* API: rearrange the cython files in numpy.randommattip2019-10-112-50/+1
* BUG: random: Create a legacy implementation of random.binomial.Warren Weckesser2019-09-162-0/+33
* MAINT: random: Remove a few duplicated C function prototypes.Warren Weckesser2019-09-151-5/+0
* MAINT: random: Rewrite the hypergeometric distribution.Warren Weckesser2019-06-141-4/+114
* MAINT: random: Rename legacy distributions file.Warren Weckesser2019-06-092-1/+1
* BUG: Ensure integer-type stream on 32bitKevin Sheppard2019-05-202-1/+50
* MAINT: Implement API changes for randomgen-derived codemattip2019-05-203-77/+47
* BENCH: convert bencmarks to asv formatmattip2019-05-203-0/+284