| Commit message (Expand) | Author | Age | Files | Lines |
| * | MAINT: Fix typo SeepSequence | Charles Harris | 2020-12-19 | 1 | -1/+1 |
| * | DOC: random: add some examples for SeedSequence | Evgeni Burovski | 2020-12-17 | 1 | -0/+38 |
| * | DOC: Fix for buildling with sphinx 3 | takanori-pskq | 2020-11-06 | 6 | -6/+12 |
| * | Update doc/source/reference/random/c-api.rst | Takanori H | 2020-10-24 | 1 | -2/+1 |
| * | DOC: Fix some references | takanori-pskq | 2020-10-24 | 1 | -1/+1 |
| * | DOC: Fix the link to the quick-start in the old API functions | Sebastian Berg | 2020-09-03 | 1 | -1/+1 |
| * | ENH: random: Add the method `permuted` to Generator. (#15121) | Warren Weckesser | 2020-09-02 | 1 | -0/+94 |
| * | Update doc/source/reference/random/index.rst | Charles Harris | 2020-07-13 | 1 | -2/+1 |
| * | DOC: use print() instead of str() for generator object to pass circleci tests | Laurie | 2020-07-12 | 1 | -9/+9 |
| * | DOC: updates based on mattip's suggestions, add seed to all default_rng so te... | Laurie | 2020-07-12 | 1 | -24/+22 |
| * | DOC: add examples to random number generator pages | Laurie | 2020-07-12 | 1 | -20/+59 |
| * | DOC: reword random c-api introduction, cython is documented in Extending (#16... | Matti Picus | 2020-07-02 | 1 | -13/+7 |
| * | DOC: Fixes for 18 broken links (#16472) | bjnath | 2020-06-06 | 1 | -2/+2 |
| * | DOC: Fix typos and cosmetic issues | Martin Michlmayr | 2020-05-17 | 1 | -2/+2 |
| * | Merge pull request #16078 from rossbar/doc/axis_to_new_or_different | Matti Picus | 2020-05-07 | 2 | -0/+15 |
| |\ |
|
| | * | DOC: Added `permutation` to methods with axis kwarg. | Ross Barnowski | 2020-04-25 | 2 | -6/+7 |
| | * | DOC: Added bullet about axis kwarg to rng overview docs. | Ross Barnowski | 2020-04-25 | 2 | -0/+14 |
| * | | DOC: Moved timeit examples under relevant bullet point. | Ross Barnowski | 2020-04-25 | 1 | -11/+12 |
| * | | DOC,BLD: Limit timeit iterations in random docs. | Ross Barnowski | 2020-04-25 | 1 | -6/+6 |
| |/ |
|
| * | 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 |
| |\ |
|