| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | MAINT: Misc. typo fixes (#13664) | luzpaz | 2019-05-31 | 6 | -6/+6 |
|/ |
|
* | Merge pull request #13657 from rkern/fix/c-underscores | Sebastian Berg | 2019-05-28 | 2 | -9/+9 |
|\ |
|
| * | BUG: Avoid leading underscores in C function names. | Robert Kern | 2019-05-28 | 2 | -9/+9 |
* | | PERF: Use intrinsic rotr on Windows | Kevin Sheppard | 2019-05-28 | 1 | -0/+5 |
|/ |
|
* | PERF: Reorder header for philox (#34) | Kevin Sheppard | 2019-05-27 | 2 | -10/+10 |
* | Revert "MAINT: Implement API changes for randomgen-derived code" | Kevin Sheppard | 2019-05-27 | 13 | -0/+5089 |
* | MAINT: Remove remnants of bit generators | Kevin Sheppard | 2019-05-27 | 14 | -612/+0 |
* | ENH: Split poisson_lam_max | Kevin Sheppard | 2019-05-23 | 1 | -2/+2 |
* | MAINT: remove threefry32, xoroshiro128, xorshift1024 BitGenerators | mattip | 2019-05-20 | 4 | -980/+0 |
* | BLD: Use numpy detection of SSE | Kevin Sheppard | 2019-05-20 | 1 | -0/+6 |
* | BUG: Ensure integer-type stream on 32bit | Kevin Sheppard | 2019-05-20 | 4 | -76/+134 |
* | MAINT: Implement API changes for randomgen-derived code | mattip | 2019-05-20 | 49 | -6509/+650 |
* | MAINT: Remove Cython conditionals | Kevin Sheppard | 2019-05-20 | 2 | -2/+51 |