| Commit message (Expand) | Author | Age | Files | Lines |
| * | BUG: add missing c_distributions.pxd, enables cython use of random C-API (gh-... | Matti Picus | 2020-03-16 | 1 | -2/+11 |
| * | DOC: Fix Multithreaded Generation example docs (gh-15367) | Fabio Zeiser | 2020-01-24 | 1 | -29/+36 |
| * | MAINT: Remove implicit inheritance from object class (#15236) | Jon Dufresne | 2020-01-05 | 1 | -1/+1 |
| * | Fix typos, via a Levenshtein-style corrector | Brian Wignall | 2019-12-19 | 1 | -1/+1 |
| * | DOC: Remove reference to basic RNG | Kevin Sheppard | 2019-12-18 | 1 | -5/+5 |
| * | DOC: change to link (from review) | mattip | 2019-12-05 | 2 | -2/+4 |
| * | API, DOC: change names to multivariate_hypergeometric, improve docs | mattip | 2019-12-04 | 2 | -18/+8 |
| * | DOC: fixes from review | mattip | 2019-12-03 | 4 | -15/+7 |
| * | DOC: sphinx does not like breaking function declarations over lines | mattip | 2019-11-29 | 1 | -17/+5 |
| * | API: rename functions in distributions.c,h | mattip | 2019-11-29 | 1 | -10/+2 |
| * | DOC, TST: refactor CFFI test, add file names to documentation | mattip | 2019-11-29 | 3 | -0/+6 |
| * | DOC: improve the C-API/Cython documentation for random | mattip | 2019-11-29 | 2 | -50/+99 |
| * | MAINT: Change Congruent to Congruential in PCG | Charles Harris | 2019-11-28 | 1 | -2/+2 |
| * | DOC: Fix abbreviation of PCG64 | Martin Thoma | 2019-11-28 | 1 | -1/+1 |
| * | Merge pull request #14954 from mattip/test-extending-cffi | Charles Harris | 2019-11-27 | 2 | -0/+25 |
| |\ |
|
| | * | DOC: document the CFFI example | mattip | 2019-11-22 | 2 | -0/+25 |
| * | | DOC: fixes from review | mattip | 2019-11-21 | 2 | -7/+18 |
| * | | DOC, API: add numpy.random.__index__.pxd and document numpy.random.* funcs | mattip | 2019-11-21 | 2 | -41/+100 |
| |/ |
|
| * | DOC, MAINT: fix documentation, remove __init__.py | mattip | 2019-11-20 | 6 | -8/+8 |
| * | API: restructure and document numpy.random C-API (#14604) | Matti Picus | 2019-11-19 | 11 | -109/+247 |
| * | MAINT: Remove uses of scalar aliases | Eric Wieser | 2019-11-13 | 2 | -2/+2 |
| * | DOC: random: Add entry for multivariate_hypergeometric to the Generator docs. | Warren Weckesser | 2019-10-18 | 1 | -0/+1 |
| * | TEST, DOC: fixes from review | mattip | 2019-10-17 | 2 | -13/+13 |
| * | DOC: typos from review | mattip | 2019-10-15 | 1 | -1/+1 |
| * | DOC: clean up for moved references, remove ISeedSequence | mattip | 2019-10-13 | 6 | -48/+37 |
| * | API: move bit_generator and generator to be private | mattip | 2019-10-11 | 3 | -5/+5 |
| * | DOC: remove random.entropy from docs | mattip | 2019-09-14 | 2 | -7/+0 |
| * | DOC: removed random.entropy from documentation | mattip | 2019-09-14 | 1 | -6/+0 |
| * | DOC: address last comment on numpy.random doc page fixes PR | Ralf Gommers | 2019-08-31 | 1 | -1/+1 |
| * | DOC: fix doc linking, was referencing private submodules. | Ralf Gommers | 2019-08-25 | 6 | -24/+14 |
| * | Merge pull request #14062 from mattip/fixes | Ralf Gommers | 2019-07-26 | 1 | -1/+1 |
| |\ |
|
| | * | DOC, BUILD: cleanups and fix (again) 'build dist' | mattip | 2019-07-19 | 1 | -1/+1 |
| * | | Merge pull request #14064 from kritisingh1/build | Sebastian Berg | 2019-07-23 | 1 | -42/+42 |
| |\ \
| |/
|/| |
|
| | * | [DOC] Resolve bad references in Sphinx warnings | kritisingh1 | 2019-07-23 | 1 | -42/+42 |
| * | | edited opening statement per PR feedback | Oleksandr Pavlyk | 2019-07-17 | 1 | -2/+3 |
| * | | fixed likely type in the quick start opening sentence of devdoc reference | Oleksandr Pavlyk | 2019-07-16 | 1 | -1/+1 |
| * | | DOC: show workaround for backward compatibility | mattip | 2019-07-14 | 1 | -0/+12 |
| |/ |
|
| * | DOC: emphasize random API changes | mattip | 2019-07-09 | 2 | -7/+27 |
| * | ENH: Rename default_gen to default_rng | Robert Kern | 2019-06-29 | 3 | -9/+9 |
| * | Merge pull request #13859 from bashtage/update-perf-pcg | Charles Harris | 2019-06-28 | 1 | -25/+25 |
| |\ |
|
| | * | DOC: Update performance numbers | Kevin Sheppard | 2019-06-28 | 1 | -25/+25 |
| * | | ENH: np.random.default_gen() (#13840) | Robert Kern | 2019-06-28 | 3 | -11/+14 |
| |/ |
|
| * | Merge pull request #13849 from rkern/doc/random-cleanups | Charles Harris | 2019-06-27 | 6 | -180/+289 |
| |\ |
|
| | * | DOC: Make sure canonical numpy.random target is the index. | Robert Kern | 2019-06-27 | 2 | -2/+2 |
| | * | DOC: Use old title of np.random section | Robert Kern | 2019-06-27 | 1 | -2/+2 |
| | * | DOC: clean up examples. | Robert Kern | 2019-06-27 | 2 | -9/+10 |
| | * | DOC: fix reference links | mattip | 2019-06-27 | 2 | -21/+21 |
| | * | DOC: typo | Robert Kern | 2019-06-27 | 1 | -1/+1 |
| | * | DOC: Expand on the recommendations. | Robert Kern | 2019-06-27 | 1 | -2/+22 |
| | * | DOC: np.random documentation cleanup and expansion. | Robert Kern | 2019-06-27 | 5 | -155/+243 |