summaryrefslogtreecommitdiff
path: root/numpy/random/_generator.pyx
Commit message (Expand)AuthorAgeFilesLines
* DOC: Add ref to handling axis param to permutedBhavuk kalra2022-04-041-0/+6
* DOC: Fixed the Incorrect outputBhavuk kalra2022-04-041-1/+1
* DOC: Made suggested changes.Bhavuk kalra2022-04-031-10/+15
* DOC: Improve "random.generator.shuffle" docs pagebhavukkalra2022-03-301-0/+16
* Improved negative_binomial checks documentationRaúl Montón Pinillos2022-02-211-3/+21
* Performance improvements for negative_binomial checksRaúl Montón Pinillos2022-02-181-6/+9
* Simplify check and add test for invalid combinations of p and n in negative_b...Raúl Montón Pinillos2022-02-171-17/+12
* Add parameter check in negative_binomial generator to avoid infinite loop for...Raúl Montón Pinillos2022-02-171-2/+35
* Merge pull request #20380 from WarrenWeckesser/doc-fix-mvn-exampleMatti Picus2021-12-241-5/+28
|\
| * DOC: random: Tweak notation in multivariate_normal docstrings for consistency.warren2021-12-051-1/+1
| * DOC: random: Add more details to the bivariate normal example.warren2021-12-051-3/+20
| * DOC: random: Replace the last multivariate_normal example with a plot.warren2021-12-031-4/+10
| * DOC: random: Fix a comment and example in the multivariate_normal docstring.warren2021-11-151-4/+4
* | BUG: random: Check 'writeable' flag in 'shuffle' and 'permuted'.warren2021-12-181-0/+5
|/
* 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