Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | API: remove unused functions from distributions.h | mattip | 2019-10-11 | 1 | -4/+4 |
* | API: rearrange the cython files in numpy.random | mattip | 2019-10-11 | 2 | -50/+1 |
* | BUG: random: Create a legacy implementation of random.binomial. | Warren Weckesser | 2019-09-16 | 2 | -0/+33 |
* | MAINT: random: Remove a few duplicated C function prototypes. | Warren Weckesser | 2019-09-15 | 1 | -5/+0 |
* | MAINT: random: Rewrite the hypergeometric distribution. | Warren Weckesser | 2019-06-14 | 1 | -4/+114 |
* | MAINT: random: Rename legacy distributions file. | Warren Weckesser | 2019-06-09 | 2 | -1/+1 |
* | BUG: Ensure integer-type stream on 32bit | Kevin Sheppard | 2019-05-20 | 2 | -1/+50 |
* | MAINT: Implement API changes for randomgen-derived code | mattip | 2019-05-20 | 3 | -77/+47 |
* | BENCH: convert bencmarks to asv format | mattip | 2019-05-20 | 3 | -0/+284 |