summaryrefslogtreecommitdiff
path: root/doc/source/reference/random/index.rst
Commit message (Expand)AuthorAgeFilesLines
* 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: Added `permutation` to methods with axis kwarg.Ross Barnowski2020-04-251-2/+2
* DOC: Added bullet about axis kwarg to rng overview docs.Ross Barnowski2020-04-251-0/+3
* DOC: fixes from reviewmattip2019-11-211-3/+6
* DOC, API: add numpy.random.__index__.pxd and document numpy.random.* funcsmattip2019-11-211-41/+40
* API: restructure and document numpy.random C-API (#14604)Matti Picus2019-11-191-3/+4
* MAINT: Remove uses of scalar aliasesEric Wieser2019-11-131-1/+1
* DOC: clean up for moved references, remove ISeedSequencemattip2019-10-131-1/+1
* DOC: remove random.entropy from docsmattip2019-09-141-4/+0
* DOC: address last comment on numpy.random doc page fixes PRRalf Gommers2019-08-311-1/+1
* DOC: fix doc linking, was referencing private submodules.Ralf Gommers2019-08-251-1/+1
* DOC, BUILD: cleanups and fix (again) 'build dist'mattip2019-07-191-1/+1
* edited opening statement per PR feedbackOleksandr Pavlyk2019-07-171-2/+3
* fixed likely type in the quick start opening sentence of devdoc referenceOleksandr Pavlyk2019-07-161-1/+1
* DOC: show workaround for backward compatibilitymattip2019-07-141-0/+12
* DOC: emphasize random API changesmattip2019-07-091-4/+22
* ENH: Rename default_gen to default_rngRobert Kern2019-06-291-5/+5
* ENH: np.random.default_gen() (#13840)Robert Kern2019-06-281-3/+4
* DOC: Make sure canonical numpy.random target is the index.Robert Kern2019-06-271-0/+2
* DOC: Use old title of np.random sectionRobert Kern2019-06-271-2/+2
* DOC: fix reference linksmattip2019-06-271-17/+17
* DOC: typoRobert Kern2019-06-271-1/+1
* DOC: np.random documentation cleanup and expansion.Robert Kern2019-06-271-32/+23
* DOC: fixup docs for current set of BitGeneratorsmattip2019-06-261-22/+0
* ENH: use SeedSequence to generate entropy for seedingmattip2019-06-261-28/+39
* MAINT: remove xoshiro* BitGeneratorsmattip2019-06-261-9/+5
* MAINT: remove dSFMTmattip2019-06-161-5/+0
* MAINT: Misc. typo fixes (#13664)luzpaz2019-05-311-3/+3
* Revert "MAINT: Implement API changes for randomgen-derived code"Kevin Sheppard2019-05-271-0/+1
* MAINT: remove threefry32, xoroshiro128, xorshift1024 BitGeneratorsmattip2019-05-201-16/+4
* MAINT: Implement API changes for randomgen-derived codemattip2019-05-201-41/+32
* ENH: Add closed generator to randintKevin Sheppard2019-05-201-64/+2
* DOC: tighten up documentation, add a table of comparisonmattip2019-05-201-31/+100
* MAINT: remove legacy, refactor legacy -> mtrand in docsmattip2019-05-201-5/+4
* BUG: __dealloc__ can be called without __init__ in some error modesmattip2019-05-201-0/+221