| Commit message (Expand) | Author | Age | Files | Lines |
| * | CLN: Move to legacy function | Kevin Sheppard | 2021-02-26 | 2 | -18/+79 |
| * | BUG: Prevent RandomState from changing | Kevin Sheppard | 2021-02-26 | 1 | -7/+13 |
| * | Fixed style and added check for bounds in [-pi,pi] interval. | Raúl Montón Pinillos | 2021-02-26 | 1 | -6/+17 |
| * | Fixed Von Mises distribution for big values of kappa by falling back to a nor... | Raúl Montón Pinillos | 2021-02-26 | 1 | -3/+8 |
| * | MAINT: Correct code producing warnings | Kevin Sheppard | 2021-02-18 | 1 | -1/+1 |
| * | BLD: Enable Werror=undef in travis | Sayed Adel | 2020-11-17 | 1 | -3/+3 |
| * | MAINT: precompute log(2.0 * M_PI) in `random_loggam' (gh-16237) | Elia Franzella | 2020-05-19 | 1 | -10/+12 |
| * | MAINT: Remove unused file | Kevin Sheppard | 2020-05-12 | 1 | -215/+0 |
| * | REF: Refactor jump code | Kevin Sheppard | 2020-05-12 | 3 | -116/+143 |
| * | BUG: Correct loop order in MT19937 jump | Kevin Sheppard | 2020-05-12 | 2 | -3/+9 |
| * | MAINT: random: Add assert() statements. | Warren Weckesser | 2020-04-26 | 1 | -0/+11 |
| * | BUG: random: Generator.integers(2**32) always returned 0. | Warren Weckesser | 2020-04-26 | 1 | -11/+31 |
| * | BLD: use 0.3.7 release version, add dependency on libgfortran5 | mattip | 2020-01-17 | 2 | -2/+2 |
| * | Fix typos, via a Levenshtein-style corrector | Brian Wignall | 2019-12-19 | 1 | -1/+1 |
| * | API, DOC: change names to multivariate_hypergeometric, improve docs | mattip | 2019-12-04 | 2 | -4/+4 |
| * | API: revert changes to standard_t, cauchy | mattip | 2019-11-30 | 1 | -2/+2 |
| * | API: rename functions in distributions.c,h | mattip | 2019-11-29 | 1 | -46/+39 |
| * | API: restructure and document numpy.random C-API (#14604) | Matti Picus | 2019-11-19 | 4 | -4/+4 |
| * | BUG: random: biased samples from integers() with 8 or 16 bit dtype. | Warren Weckesser | 2019-10-24 | 1 | -14/+5 |
| * | ENH: random: Add the multivariate hypergeometric distribution | Warren Weckesser | 2019-10-18 | 2 | -0/+269 |
| * | API: remove unused functions from distributions.h | mattip | 2019-10-11 | 2 | -7/+19 |
| * | API: refactor function names in distribution.{h,c}, refactor float_fill | mattip | 2019-10-11 | 2 | -211/+72 |
| * | API: rearrange the cython files in numpy.random | mattip | 2019-10-11 | 8 | -349/+3 |
| * | BLD: remove unused functions, rearrange headers (from CC=clang) (#14534) | Matti Picus | 2019-09-26 | 4 | -6/+5 |
| * | MAINT: don't install partial numpy.random C/Cython API. | Ralf Gommers | 2019-09-21 | 2 | -1/+21 |
| * | BUG: random: Create a legacy implementation of random.binomial. | Warren Weckesser | 2019-09-16 | 4 | -6/+49 |
| * | MAINT: random: Remove a few duplicated C function prototypes. | Warren Weckesser | 2019-09-15 | 1 | -5/+0 |
| * | Merge pull request #14498 from mattip/random-namespace | Ralf Gommers | 2019-09-15 | 2 | -128/+0 |
| |\ |
|
| | * | MAINT: remove the entropy c-extension module | mattip | 2019-09-13 | 2 | -128/+0 |
| * | | BUG: Fix randint when range is 2**32 | Kevin Sheppard | 2019-09-14 | 1 | -2/+2 |
| |/ |
|
| * | BUG: do not force emulation of 128-bit arithmetic. | Robert Kern | 2019-06-27 | 2 | -9/+20 |
| * | MAINT: move location of bitgen.h | mattip | 2019-06-27 | 2 | -19/+1 |
| * | Merge pull request #13837 from mattip/seedsequence2 | Charles Harris | 2019-06-26 | 1 | -1/+1 |
| |\ |
|
| | * | BUG: fix PCG64 ng->inc.high initialization | mattip | 2019-06-26 | 1 | -1/+1 |
| * | | ENH: Add SFC64 BitGenerator. | Robert Kern | 2019-06-25 | 3 | -0/+126 |
| |/ |
|
| * | ENH: use SeedSequence to generate entropy for seeding | mattip | 2019-06-26 | 3 | -12/+19 |
| * | MAINT: remove xoshiro* BitGenerators | mattip | 2019-06-26 | 12 | -570/+0 |
| * | MAINT: remove ThreeFry BitGenerator | mattip | 2019-06-25 | 7 | -596/+1 |
| * | MAINT: remove pcg32 BitGenerator | mattip | 2019-06-25 | 6 | -2469/+0 |
| * | MAINT: Correct intrinsic use on Windows | Kevin Sheppard | 2019-06-21 | 1 | -0/+4 |
| * | Merge pull request #13791 from mattip/remove-dSFMT | Charles Harris | 2019-06-20 | 15 | -2157/+0 |
| |\ |
|
| | * | MAINT: remove dSFMT | mattip | 2019-06-16 | 15 | -2157/+0 |
| * | | Merge pull request #13786 from WarrenWeckesser/random-warnings | Matti Picus | 2019-06-18 | 3 | -6/+8 |
| |\ \
| |/
|/| |
|
| | * | MAINT: random: Fix a few compiler warnings. | Warren Weckesser | 2019-06-14 | 3 | -6/+8 |
| * | | MAINT: random: Rewrite the hypergeometric distribution. | Warren Weckesser | 2019-06-14 | 6 | -106/+550 |
| |/ |
|
| * | MAINT: random: Combine ziggurat.h and ziggurat_constants.h | Warren Weckesser | 2019-06-12 | 3 | -277/+10 |
| * | MAINT: random: Rename legacy distributions file. | Warren Weckesser | 2019-06-09 | 2 | -1/+1 |
| * | MAINT: random: Remove unused empty file binomial.h. | Warren Weckesser | 2019-06-08 | 1 | -0/+0 |
| * | Merge pull request #13665 from bashtage/rkern-pcg-patch | Matti Picus | 2019-05-31 | 1 | -7/+25 |
| |\ |
|
| | * | PERF: Use intrinsics in Win64-PCG64 | Kevin Sheppard | 2019-05-31 | 1 | -7/+25 |