summaryrefslogtreecommitdiff
path: root/numpy/random/_generator.pyx
Commit message (Expand)AuthorAgeFilesLines
* BUG: accept zeros on numpy.random dirichlet function (#23440)Paulo Almeida2023-04-111-3/+3
* DOC: Add `n_children` param to rng.spawn() and bitgen.spawn() docsSebastian Berg2023-03-141-0/+6
* DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue`Ralf Gommers2023-03-021-1/+1
* DOC: Try to add Generator spawning to parallel generation and link itSebastian Berg2023-02-141-2/+2
* DOC: Improve docs around generator spawningSebastian Berg2023-02-141-6/+39
* DOC: Add release note and versionadded tagsSebastian Berg2023-02-141-0/+2
* API: Add `rng.spawn()`, `bit_gen.spawn()`, and `bit_gen.seed_seq`Sebastian Berg2023-02-141-0/+19
* DOC: Update docstring of `multivariate_normal` (#22938)Malte Londschien2023-01-071-2/+8
* DOC: Add random generator exponential example (#22284)lzha972022-12-101-0/+16
* DOC: Fix doc `numpy.<exception>` to `numpy.exceptions.<exception>`Sebastian Berg2022-12-061-1/+1
* 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