summaryrefslogtreecommitdiff
path: root/doc/source/reference/random
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * DOC: document the CFFI examplemattip2019-11-222-0/+25
* | DOC: fixes from reviewmattip2019-11-212-7/+18
* | DOC, API: add numpy.random.__index__.pxd and document numpy.random.* funcsmattip2019-11-212-41/+100
|/
* DOC, MAINT: fix documentation, remove __init__.pymattip2019-11-206-8/+8
* API: restructure and document numpy.random C-API (#14604)Matti Picus2019-11-1911-109/+247
* MAINT: Remove uses of scalar aliasesEric Wieser2019-11-132-2/+2
* DOC: random: Add entry for multivariate_hypergeometric to the Generator docs.Warren Weckesser2019-10-181-0/+1
* TEST, DOC: fixes from reviewmattip2019-10-172-13/+13
* DOC: typos from reviewmattip2019-10-151-1/+1
* DOC: clean up for moved references, remove ISeedSequencemattip2019-10-136-48/+37
* API: move bit_generator and generator to be privatemattip2019-10-113-5/+5
* DOC: remove random.entropy from docsmattip2019-09-142-7/+0
* DOC: removed random.entropy from documentationmattip2019-09-141-6/+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-256-24/+14
* Merge pull request #14062 from mattip/fixesRalf Gommers2019-07-261-1/+1
|\
| * DOC, BUILD: cleanups and fix (again) 'build dist'mattip2019-07-191-1/+1
* | Merge pull request #14064 from kritisingh1/buildSebastian Berg2019-07-231-42/+42
|\ \ | |/ |/|
| * [DOC] Resolve bad references in Sphinx warningskritisingh12019-07-231-42/+42
* | 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-092-7/+27
* ENH: Rename default_gen to default_rngRobert Kern2019-06-293-9/+9
* Merge pull request #13859 from bashtage/update-perf-pcgCharles Harris2019-06-281-25/+25
|\
| * DOC: Update performance numbersKevin Sheppard2019-06-281-25/+25
* | ENH: np.random.default_gen() (#13840)Robert Kern2019-06-283-11/+14
|/
* Merge pull request #13849 from rkern/doc/random-cleanupsCharles Harris2019-06-276-180/+289
|\
| * DOC: Make sure canonical numpy.random target is the index.Robert Kern2019-06-272-2/+2
| * DOC: Use old title of np.random sectionRobert Kern2019-06-271-2/+2
| * DOC: clean up examples.Robert Kern2019-06-272-9/+10
| * DOC: fix reference linksmattip2019-06-272-21/+21
| * DOC: typoRobert Kern2019-06-271-1/+1
| * DOC: Expand on the recommendations.Robert Kern2019-06-271-2/+22
| * DOC: np.random documentation cleanup and expansion.Robert Kern2019-06-275-155/+243