summaryrefslogtreecommitdiff
path: root/numpy/random
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| |\
| | * Improved negative_binomial checks documentationRaúl Montón Pinillos2022-02-211-3/+21
| | * Performance improvements for negative_binomial checksRaúl Montón Pinillos2022-02-182-6/+10
| | * Simplify check and add test for invalid combinations of p and n in negative_b...Raúl Montón Pinillos2022-02-172-17/+18
| | * Add parameter check in negative_binomial generator to avoid infinite loop for...Raúl Montón Pinillos2022-02-171-2/+35
| * | MAINT: Replace LooseVersion by _pep440.Charles Harris2022-02-051-4/+4
| |/
| * Fix typo in setup.pycaioagiani2022-01-301-1/+1
| * BUG: Fix the return type of random_float_fillHood Chatham2022-01-261-1/+1
| * BUG: Fix CI failure by adding symbols to be exported on CygwinMasamichi Hosoda2022-01-231-0/+7
| * DOC: Cosmetic docstring fix for numpydoc.Ross Barnowski2022-01-201-1/+1