summaryrefslogtreecommitdiff
path: root/numpy/random/src/distributions
Commit message (Expand)AuthorAgeFilesLines
* MAINT: precompute log(2.0 * M_PI) in `random_loggam' (gh-16237)Elia Franzella2020-05-191-10/+12
* MAINT: random: Add assert() statements.Warren Weckesser2020-04-261-0/+11
* BUG: random: Generator.integers(2**32) always returned 0.Warren Weckesser2020-04-261-11/+31
* BLD: use 0.3.7 release version, add dependency on libgfortran5mattip2020-01-172-2/+2
* API, DOC: change names to multivariate_hypergeometric, improve docsmattip2019-12-042-4/+4
* API: revert changes to standard_t, cauchymattip2019-11-301-2/+2
* API: rename functions in distributions.c,hmattip2019-11-291-46/+39
* API: restructure and document numpy.random C-API (#14604)Matti Picus2019-11-194-4/+4
* BUG: random: biased samples from integers() with 8 or 16 bit dtype.Warren Weckesser2019-10-241-14/+5
* ENH: random: Add the multivariate hypergeometric distributionWarren Weckesser2019-10-182-0/+269
* API: remove unused functions from distributions.hmattip2019-10-111-3/+15
* API: refactor function names in distribution.{h,c}, refactor float_fillmattip2019-10-112-211/+72
* API: rearrange the cython files in numpy.randommattip2019-10-113-216/+2
* BLD: remove unused functions, rearrange headers (from CC=clang) (#14534)Matti Picus2019-09-262-4/+3
* MAINT: don't install partial numpy.random C/Cython API.Ralf Gommers2019-09-211-1/+1
* BUG: random: Create a legacy implementation of random.binomial.Warren Weckesser2019-09-162-6/+16
* BUG: Fix randint when range is 2**32Kevin Sheppard2019-09-141-2/+2
* MAINT: move location of bitgen.hmattip2019-06-271-1/+1
* ENH: use SeedSequence to generate entropy for seedingmattip2019-06-261-8/+1
* Merge pull request #13786 from WarrenWeckesser/random-warningsMatti Picus2019-06-181-4/+4
|\
| * MAINT: random: Fix a few compiler warnings.Warren Weckesser2019-06-141-4/+4
* | MAINT: random: Rewrite the hypergeometric distribution.Warren Weckesser2019-06-145-102/+436
|/
* MAINT: random: Combine ziggurat.h and ziggurat_constants.hWarren Weckesser2019-06-123-277/+10
* MAINT: random: Remove unused empty file binomial.h.Warren Weckesser2019-06-081-0/+0
* ENH: Split poisson_lam_maxKevin Sheppard2019-05-231-2/+2
* BUG: Ensure integer-type stream on 32bitKevin Sheppard2019-05-202-75/+84
* MAINT: Implement API changes for randomgen-derived codemattip2019-05-202-430/+449
* BUG: Fix type in zipfKevin Sheppard2019-05-201-1/+1
* ENH: Extend multinomial and fix zipfKevin Sheppard2019-05-202-13/+42
* BENCH: convert bencmarks to asv formatmattip2019-05-206-0/+3564