summaryrefslogtreecommitdiff
path: root/numpy/random/_generator.pyx
Commit message (Expand)AuthorAgeFilesLines
* DOC: random: Fix default_rng docstring (#17375)Albert Villanova del Moral2020-09-251-1/+1
* ENH: random: Add the method `permuted` to Generator. (#15121)Warren Weckesser2020-09-021-62/+244
* BUG: Validate output size in bin- and multinomialKevin Sheppard2020-07-141-1/+4
* DOC: use print() instead of str() for generator object to pass circleci testsLaurie2020-07-121-4/+4
* DOC: updates based on mattip's suggestions, add seed to all default_rng so te...Laurie2020-07-121-14/+12
* DOC: add examples to random number generator pagesLaurie2020-07-121-0/+55
* Merge pull request #16504 from bashtage/doc-mv-normCharles Harris2020-06-081-1/+2
|\
| * DOC: Correct MV Normal sigKevin Sheppard2020-06-051-1/+2
* | DOC: Minor rounding correction in Generator.binomialJoseph Fox-Rabinovitz2020-06-061-1/+1
|/
* DEP: Deprecate passing shape=None to mean shape=()Eric Wieser2020-05-311-6/+9
* Merge pull request #16156 from WarrenWeckesser/deprecate-dualSebastian Berg2020-05-191-3/+3
|\
| * DEP: Deprecate `numpy.dual`.Warren Weckesser2020-05-041-3/+3
* | DOC: Fix Generator.choice docstringKevin Sheppard2020-05-131-1/+1
|/
* BUG: Fix numpy.random.dirichlet returns NaN for small 'alpha' parameters. (#1...Benjamin Trendelkamp-Schroer2020-04-291-13/+72
* BUG: Alpha parameter must be 1D in `generator.dirichlet` (#15951)panpiort82020-04-181-9/+10
* Merge pull request #15876 from panpiort8/multinomial_pvals_1dMatti Picus2020-04-111-2/+2
|\
| * Replace checks with direct function callPan Jan2020-04-011-4/+2
| * Add testing and replace checkPan Jan2020-04-011-2/+2
| * BUG: add check if pvals is 1d array in numpy.random.*.multinomialPan Jan2020-03-311-0/+2
* | BUG: random: Disallow p=0 in negative_binomialWarren Weckesser2020-04-051-3/+3
* | Bug: Fix eigh mnd cholesky methods of numpy.random.multivariate_normalMax Balandat2020-04-041-3/+2
|/
* BUG: add missing c_distributions.pxd, enables cython use of random C-API (gh-...Matti Picus2020-03-161-109/+1
* BUG: fix doctest exception messagesmattip2020-02-281-1/+1
* Documentation updated.przemb2020-02-061-26/+19
* MAINT: Large overhead in some random functions #15460przemb2020-02-051-36/+35
* MAINT: Remove unnecessary calls to PyArray_DATA from binomial functionsAlex Henrie2020-01-191-1/+0
* DOC: fix typosBrian Wignall2020-01-141-1/+1
* DOC: Remove extraneous quoteKevin Sheppard2019-12-231-1/+1
* DOC: Correct documentation in choiceKevin Sheppard2019-12-231-13/+16
* DOC: Correct choice signatureKevin Sheppard2019-12-201-1/+1
* API, DOC: change names to multivariate_hypergeometric, improve docsmattip2019-12-041-8/+8
* API: revert changes to standard_t, cauchymattip2019-11-301-4/+4
* API: rename functions in distributions.c,hmattip2019-11-291-14/+12
* DOC, API: add numpy.random.__index__.pxd and document numpy.random.* funcsmattip2019-11-211-7/+7
* DOC: Clarify return type for default rngKevin Sheppard2019-11-191-3/+7
* API: restructure and document numpy.random C-API (#14604)Matti Picus2019-11-191-1/+1
* MAINT: Remove uses of scalar aliasesEric Wieser2019-11-131-2/+2
* merge latest changes on master branchRedRuM2019-11-031-9/+50
* DOC: random: Remove redundant 'See Also' entry in 'uniform' docstring.Warren Weckesser2019-10-281-1/+0
* ENH: random: Add the multivariate hypergeometric distributionWarren Weckesser2019-10-181-1/+248
* DOC: clean up for moved references, remove ISeedSequencemattip2019-10-131-4/+3
* API: move bit_generator and generator to be privatemattip2019-10-111-0/+4124