summaryrefslogtreecommitdiff
path: root/doc/source/reference/random
Commit message (Expand)AuthorAgeFilesLines
* DOC: Use versionadded tag instead of inline comment to specify minimum versio...zoj2021-05-171-1/+3
* DOC: Clarify minimum numpy version needed to use random c-apizoj2021-05-171-1/+1
* DOC: Update performance for new PRNGKevin Sheppard2021-05-111-65/+64
* DOC: refine wording for clarityRobert Kern2021-05-041-4/+4
* DOC: fixes in response to comments.Robert Kern2021-05-042-21/+20
* STY: Add spaces after commas.Charles Harris2021-05-041-1/+1
* DOC: Add PCG64DXSM to performance-measuring script.Robert Kern2021-05-041-3/+3
* DOC: nuance recommendations for PCG64.Robert Kern2021-05-042-6/+12
* DOC: math formatting.Robert Kern2021-05-041-3/+3
* DOC: Document PCG64DXSM.Robert Kern2021-05-044-4/+197
* Fix typo in random docsChristina Hedges2021-04-221-1/+1
* DOC: Update random c-api documentationzoj2021-04-171-3/+7
* Merge pull request #18579 from mwtoews/refactor-dictRalf Gommers2021-03-211-5/+4
|\
| * MAINT: OrderedDict is no longer necessary from Python 3.7Mike Taves2021-03-081-5/+4
* | MAINT: Fix missed replacement of rg by rng.Charles Harris2021-03-151-1/+1
* | DOC: Consistently use rng as variable name for random generatorsTim Hoffmann2021-03-153-29/+29
|/
* MAINT: Fix typo SeepSequenceCharles Harris2020-12-191-1/+1
* DOC: random: add some examples for SeedSequenceEvgeni Burovski2020-12-171-0/+38
* DOC: Fix for buildling with sphinx 3takanori-pskq2020-11-066-6/+12
* Update doc/source/reference/random/c-api.rstTakanori H2020-10-241-2/+1
* DOC: Fix some referencestakanori-pskq2020-10-241-1/+1
* DOC: Fix the link to the quick-start in the old API functionsSebastian Berg2020-09-031-1/+1
* ENH: random: Add the method `permuted` to Generator. (#15121)Warren Weckesser2020-09-021-0/+94
* Update doc/source/reference/random/index.rstCharles Harris2020-07-131-2/+1
* DOC: use print() instead of str() for generator object to pass circleci testsLaurie2020-07-121-9/+9
* DOC: updates based on mattip's suggestions, add seed to all default_rng so te...Laurie2020-07-121-24/+22
* DOC: add examples to random number generator pagesLaurie2020-07-121-20/+59
* DOC: reword random c-api introduction, cython is documented in Extending (#16...Matti Picus2020-07-021-13/+7
* DOC: Fixes for 18 broken links (#16472)bjnath2020-06-061-2/+2
* DOC: Fix typos and cosmetic issuesMartin Michlmayr2020-05-171-2/+2
* Merge pull request #16078 from rossbar/doc/axis_to_new_or_differentMatti Picus2020-05-072-0/+15
|\
| * DOC: Added `permutation` to methods with axis kwarg.Ross Barnowski2020-04-252-6/+7
| * DOC: Added bullet about axis kwarg to rng overview docs.Ross Barnowski2020-04-252-0/+14
* | DOC: Moved timeit examples under relevant bullet point.Ross Barnowski2020-04-251-11/+12
* | DOC,BLD: Limit timeit iterations in random docs.Ross Barnowski2020-04-251-6/+6
|/
* BUG: add missing c_distributions.pxd, enables cython use of random C-API (gh-...Matti Picus2020-03-161-2/+11
* DOC: Fix Multithreaded Generation example docs (gh-15367)Fabio Zeiser2020-01-241-29/+36
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* Fix typos, via a Levenshtein-style correctorBrian Wignall2019-12-191-1/+1
* DOC: Remove reference to basic RNGKevin Sheppard2019-12-181-5/+5
* DOC: change to link (from review)mattip2019-12-052-2/+4
* API, DOC: change names to multivariate_hypergeometric, improve docsmattip2019-12-042-18/+8
* DOC: fixes from reviewmattip2019-12-034-15/+7
* DOC: sphinx does not like breaking function declarations over linesmattip2019-11-291-17/+5
* API: rename functions in distributions.c,hmattip2019-11-291-10/+2
* DOC, TST: refactor CFFI test, add file names to documentationmattip2019-11-293-0/+6
* DOC: improve the C-API/Cython documentation for randommattip2019-11-292-50/+99
* MAINT: Change Congruent to Congruential in PCGCharles Harris2019-11-281-2/+2
* DOC: Fix abbreviation of PCG64Martin Thoma2019-11-281-1/+1
* Merge pull request #14954 from mattip/test-extending-cffiCharles Harris2019-11-272-0/+25
|\