summaryrefslogtreecommitdiff
path: root/numpy/random/_generator.pyx
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix boundschecking for `random.logseries`Sebastian Berg2022-10-181-4/+4
* MAINT: Fix typos found by codespellDimitri Papadopoulos2022-10-071-2/+2
* BUG: Made the error and warning messages for numpy.random.multivariate_normal...Matteo Raso2022-08-241-2/+2
* BUG/ENH: ALlow bit generators to supply their own ctorKevin Sheppard2022-07-191-1/+4
* Merge pull request #21856 from bramton/mainCharles Harris2022-07-101-3/+7
|\
| * MAINT: Small fixupsCharles Harris2022-07-101-3/+3
| * Links suddenly workingBram2022-07-081-2/+2
| * Forgot backticksBram2022-06-291-1/+1
| * Corrected reference to uniform()Bram2022-06-291-2/+2
| * DOC: Mention uniform in the np.random.Generator.random function.Bram2022-06-271-1/+5
* | MAINT: random: Annotate default_rng with cython.embedsignaturewarren2022-07-051-0/+1
|/
* DOC: Replace the mathematical notation N(...) with text.warren2022-06-261-3/+6
* MAINT: random: Update to disallowing complex inputs to multivariate_normal.warren2022-06-161-2/+3
* MAINT: random: Disallow complex covariances in multivariate_normalHameer Abbasi2022-06-161-0/+4
* DOC: Correct formattingjcusick132022-06-051-1/+1
* DOC: Specify what is being broadcastedjcusick132022-06-051-5/+2
* DOC: Add note about broadcasting supportjcusick132022-06-051-0/+6
* Fix some typos.Yulv-git2022-05-141-1/+1
* 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
|\ \