summaryrefslogtreecommitdiff
path: root/numpy/random
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Fix typos found by codespellDimitri Papadopoulos2022-10-071-2/+2
* DOC: Update notes with API linkBrigitta Sipőcz2022-09-161-84/+138
* DOC: clarify docs that inform that one should use a GeneratorMonika Kubek2022-09-161-42/+42
* MAINT: random: remove `get_info` from "extending with Cython" exampleRalf Gommers2022-09-111-6/+9
* BLD: add back stdlib.h include in pcg64.hChristoph Reiter2022-09-111-1/+4
* Merge pull request #22171 from MatteoRaso/bug_fixSebastian Berg2022-09-062-4/+4
|\
| * BUG: Made the error and warning messages for numpy.random.multivariate_normal...Matteo Raso2022-08-242-4/+4
* | TST: Implemented an unused test for np.random.randintMatteo Raso2022-08-251-17/+16
|/
* DEP: drop support for msvc<=1900 and Interix (#22139)Matti Picus2022-08-191-4/+4
* DOC: Explain spawn_key a little more.Robert Kern2022-08-121-2/+4
* DOC: Correct doc errorsKevin Sheppard2022-08-111-2/+2
* TYP: Import into random moduleKevin Sheppard2022-08-111-0/+2
* MAINT: Update typing informationKevin Sheppard2022-08-111-0/+6
* ENH: Add the capability to swap the singleton bit generatorKevin Sheppard2022-08-112-15/+171
* TST: Fix spellingKevin Sheppard2022-07-192-2/+2
* BUG/ENH: ALlow bit generators to supply their own ctorKevin Sheppard2022-07-195-29/+61
* 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
* | Merge pull request #21887 from matthew-brett/mingw-random-compileCharles Harris2022-07-103-3/+3
|\ \
| * | Allow GCC compile on mingw-w64-based systemsMatthew Brett2022-06-293-3/+3
* | | MAINT: random: Annotate default_rng with cython.embedsignaturewarren2022-07-051-0/+1
* | | Fix lib flags for librandomMatthew Brett2022-06-291-22/+12
|/ /
* | DOC: Fixed minor typo in BitGenerator reference (#21876)Bram2022-06-291-1/+1
|/
* DOC: Replace the mathematical notation N(...) with text.warren2022-06-262-9/+17
* MAINT: random: Update to disallowing complex inputs to multivariate_normal.warren2022-06-162-3/+8
* MAINT: random: Disallow complex covariances in multivariate_normalHameer Abbasi2022-06-162-0/+6
* 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
* Merge pull request #21504 from Yulv-git/typos1Ralf Gommers2022-05-252-3/+3
|\
| * Fix some typos.Yulv-git2022-05-142-3/+3
* | Tests/Docs: Update tests to Cython 0.29.30, mention in docsEwout ter Hoeven2022-05-201-2/+2
* | Remove python <3.6 related thingsBrigitta Sipocz2022-05-171-7/+1
|/
* Merge pull request #21356 from urunsiyabend/patch-2Matti Picus2022-04-191-1/+1
|\
| * DOC: Fix a typo in docstring of MT19937Siyabend Ürün2022-04-181-1/+1
* | doc: fix typoAndrey Andreyevich Bienkowski2022-04-181-1/+1
* | Doc: Philox.jumped correct the formulaAndrey Andreyevich Bienkowski2022-04-171-1/+1
|/
* DOC: minor typo fix in numpy.random API docs (#21315)kennychenfs2022-04-101-1/+1
* Merge pull request #21291 from oscargus/spaceandcosCharles Harris2022-04-071-3/+3
|\
| * Add space after argument nameOscar Gustafsson2022-04-031-3/+3
* | 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
|/
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-187-7/+7
* Merge pull request #21005 from Androp0v/negative_binomial-checksCharles Harris2022-03-132-2/+58
|\