| Commit message (Expand) | Author | Age | Files | Lines |
* | DOC: Use versionadded tag instead of inline comment to specify minimum versio... | zoj | 2021-05-17 | 1 | -1/+3 |
* | DOC: Clarify minimum numpy version needed to use random c-api | zoj | 2021-05-17 | 1 | -1/+1 |
* | DOC: Update performance for new PRNG | Kevin Sheppard | 2021-05-11 | 1 | -65/+64 |
* | DOC: refine wording for clarity | Robert Kern | 2021-05-04 | 1 | -4/+4 |
* | DOC: fixes in response to comments. | Robert Kern | 2021-05-04 | 2 | -21/+20 |
* | STY: Add spaces after commas. | Charles Harris | 2021-05-04 | 1 | -1/+1 |
* | DOC: Add PCG64DXSM to performance-measuring script. | Robert Kern | 2021-05-04 | 1 | -3/+3 |
* | DOC: nuance recommendations for PCG64. | Robert Kern | 2021-05-04 | 2 | -6/+12 |
* | DOC: math formatting. | Robert Kern | 2021-05-04 | 1 | -3/+3 |
* | DOC: Document PCG64DXSM. | Robert Kern | 2021-05-04 | 4 | -4/+197 |
* | Fix typo in random docs | Christina Hedges | 2021-04-22 | 1 | -1/+1 |
* | DOC: Update random c-api documentation | zoj | 2021-04-17 | 1 | -3/+7 |
* | Merge pull request #18579 from mwtoews/refactor-dict | Ralf Gommers | 2021-03-21 | 1 | -5/+4 |
|\ |
|
| * | MAINT: OrderedDict is no longer necessary from Python 3.7 | Mike Taves | 2021-03-08 | 1 | -5/+4 |
* | | MAINT: Fix missed replacement of rg by rng. | Charles Harris | 2021-03-15 | 1 | -1/+1 |
* | | DOC: Consistently use rng as variable name for random generators | Tim Hoffmann | 2021-03-15 | 3 | -29/+29 |
|/ |
|
* | 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 |
|\ |
|