| Commit message (Expand) | Author | Age | Files | Lines |
| * | BUG: Get full precision for 32 bit floating point random values. | warren | 2021-11-06 | 1 | -1/+1 |
| * | BUG: Correct incorrect advance in PCG with emulated int128 | Kevin Sheppard | 2021-10-06 | 1 | -2/+1 |
| * | DOC: Fix typos in the random and f2py documentation. (#20004) | MalikIdreesHasanKhan | 2021-10-01 | 1 | -1/+1 |
| * | MAINT: random: Use expm1 where appropriate. | warren | 2021-09-23 | 1 | -3/+3 |
| * | ENH: Add support for windows on arm targets (#19513) | Niyas Sait | 2021-07-27 | 1 | -1/+7 |
| * | ENH: manually inline code for performance. | Robert Kern | 2021-05-07 | 1 | -14/+29 |
| * | BUG: Wrong logic for Windows | Robert Kern | 2021-05-04 | 1 | -1/+0 |
| * | ENH: add the emulated 128-bit math for PCG64DXSM | Robert Kern | 2021-05-04 | 1 | -1/+59 |
| * | ENH: Add PCG64DXSM implementation. | Robert Kern | 2021-05-04 | 2 | -0/+74 |
| * | PERF: Use exponentials in place of inversion | Kevin Sheppard | 2021-03-22 | 2 | -2/+6 |
| * | BUG: Use lop1p to improve numerical precision | Kevin Sheppard | 2021-03-17 | 2 | -21/+56 |
| * | BUG: np.random: Use log1p to improve precision | Eric Wieser | 2021-03-17 | 1 | -11/+11 |
| * | 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 |