summaryrefslogtreecommitdiff
path: root/numpy/random/_generator.pyx
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #18439 from WarrenWeckesser/random-choice-excCharles Harris2021-03-071-4/+6
|\
| * MAINT: random: use 'from exc' instead of 'from None'; tweak error messages.Warren Weckesser2021-02-191-7/+7
| * MAINT: random: Use 'from None' when raising a ValueError in choice.Warren Weckesser2021-02-181-3/+5
* | Address commentsKevin Sheppard2021-02-261-9/+9
* | Accept suggestion Kevin Sheppard2021-02-261-1/+2
* | ENH: Improve error message in multinomialKevin Sheppard2021-02-261-1/+13
* | DOC: Explaing differences in code paths in choiceKevin Sheppard2021-02-241-0/+6
* | DOC: Correct poisson docstringKevin Sheppard2021-02-241-2/+3
* | Merge pull request #18372 from lelayf/random-standard_t-docCharles Harris2021-02-231-15/+27
|\ \
| * \ Merge branch 'master' into random-standard_t-docFrançois Le Lay2021-02-171-8/+10
| |\ \ | | |/
| * | Remove poorly cited referenceFrançois Le Lay2021-02-121-12/+8
| * | DOC: improve standard_t example in numpy.random.François Le Lay2021-02-081-14/+30
* | | BUG: fix stacklevel in warning within random.shuffleSebastian Berg2021-02-191-5/+6
| |/ |/|
* | ENH: Add typing for GeneratorKevin Sheppard2021-02-131-5/+5
* | MAINT: Remove unicode markersKevin Sheppard2021-02-111-3/+3
* | BUG: Remove check in shuffle for non-ndarraysKevin Sheppard2021-02-111-1/+3
|/
* MAINT: PR 18282 revisionstreddy_issue_18273Tyler Reddy2021-02-011-5/+2
* MAINT: gracefully shuffle memoryviewsTyler Reddy2021-02-011-0/+3
* Clarify description of exampleJames Gerity2021-01-261-2/+2
* Mark example as randomJames Gerity2021-01-261-1/+1
* DOC: add example of sampling from 2-D arrayJames Gerity2021-01-241-0/+7
* DOC: Drop '1-D' from docstringJames Gerity2021-01-241-1/+1
* Remove duplicate axis checkRalf Gommers2021-01-231-4/+0
* BUG: shuffling empty array with axis=1 was brokenRalf Gommers2021-01-231-3/+12
* MAINT: warn when shuffling unrecognized objectsRalf Gommers2021-01-231-3/+12
* Fixing typo in docstringEertmans2021-01-191-1/+1
* Revert changes to mtrandKevin Sheppard2020-12-111-6/+2
* BUG: Enforce high >= low on uniform number generatorsKevin Sheppard2020-12-111-7/+8
* [DOC]: Wrong length for underline in docstring.Matthias Bussonnier2020-12-061-1/+1
* 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
|/