summaryrefslogtreecommitdiff
path: root/numpy/random/_generator.pyx
Commit message (Expand)AuthorAgeFilesLines
* DOC: Fix formatting of a code exampleEero Vaher2021-11-151-0/+1
* ENH: random: Add broadcast support to Generator.multinomial (#16740)Kevin Sheppard2021-11-121-38/+117
* DOC: Fix math formatting for zipf docstringwarren2021-11-111-1/+1
* DOC: random: Copy-edit zipf docstring: zipf is a discrete distribution.warren2021-11-111-6/+7
* DOC: random: Fix a mistake in the zipf example.Warren Weckesser2021-11-111-10/+17
* DOC: Fix random.power Raises description (#20205)jessijzhao2021-10-271-1/+1
* DOC: Updated random.uniform docstring parameter description (#20146)Arushi Sharma2021-10-261-2/+4
* BUG: Remove double case to char in favor of PyArray_BYTESKevin Sheppard2021-09-281-2/+2
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-1/+1
* MAINT: Avoid use of confusing compat aliases.Antony Lee2021-08-241-1/+1
* DOC: Fix some docstrings crash pdf generation.Charles Harris2021-06-221-1/+1
* DOC: Improve random.choice() documentationBharat123rox2021-04-181-3/+4
* DOC: Fix spelling of "reccomended" ("recommended") (#18779)Deepyaman Datta2021-04-151-1/+1
* MAINT: Add mising type to cdef statementKevin Sheppard2021-03-191-1/+1
* Merge pull request #18438 from seberg/shuffle-objectsCharles Harris2021-03-181-3/+3
|\
| * BUG: Correct shuffling of objects in 1-d array likesSebastian Berg2021-02-221-3/+3
* | DOC: Consistently use rng as variable name for random generatorsTim Hoffmann2021-03-151-4/+4
* | 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