summaryrefslogtreecommitdiff
path: root/numpy/random
Commit message (Expand)AuthorAgeFilesLines
* BUG: Protect divide by 0 in multinomial (#20490)Kevin Sheppard2021-12-022-7/+23
* DOC: Fix a typo in docstring of MT19937Raphael Kruse2021-11-221-1/+1
* Merge pull request #20409 from mattip/setuptools3Ralf Gommers2021-11-201-0/+1
|\
| * MAINT: import setuptools beforew distutilsmattip2021-11-191-0/+1
* | ENH: provide a convenience function to replace npy_load_module (#20395)Matti Picus2021-11-191-4/+4
|/
* DOC: Fix formatting of a code exampleEero Vaher2021-11-151-0/+1
* ENH: random: Add broadcast support to Generator.multinomial (#16740)Kevin Sheppard2021-11-123-45/+178
* Merge pull request #20314 from WarrenWeckesser/float32-rand-unused-bitSebastian Berg2021-11-123-6/+21
|\
| * BUG: Get full precision for 32 bit floating point random values.warren2021-11-063-6/+21
* | DOC: Fix math formatting for zipf docstringwarren2021-11-112-2/+2
* | DOC: random: Copy-edit zipf docstring: zipf is a discrete distribution.warren2021-11-112-12/+14
* | DOC: random: Update the zipf example for the legacy RandomState method.warren2021-11-111-9/+17
* | DOC: random: Fix a mistake in the zipf example.Warren Weckesser2021-11-111-10/+17
|/
* DOC: Fix random.power Raises description (#20205)jessijzhao2021-10-272-2/+2
* DOC: Updated random.uniform docstring parameter description (#20146)Arushi Sharma2021-10-262-3/+8
* Apply suggestions from code reviewMatthew Brett2021-10-261-0/+2
* Allow clib callable build flagsMatthew Brett2021-10-231-1/+13
* Merge pull request #20071 from alessiamarcolini/refactorCharles Harris2021-10-221-1/+1
|\
| * MAINT: remove unused importsAlessia Marcolini2021-10-081-1/+1
* | BUG: Correct incorrect advance in PCG with emulated int128Kevin Sheppard2021-10-062-2/+23
|/
* DOC: Fix typos in the random and f2py documentation. (#20004)MalikIdreesHasanKhan2021-10-011-1/+1
* BUG: Remove double case to char in favor of PyArray_BYTESKevin Sheppard2021-09-282-4/+4
* MAINT: random: Use expm1 where appropriate.warren2021-09-231-3/+3
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-1/+1
* Merge pull request #19810 from charris/update-some-includesCharles Harris2021-09-031-1/+1
|\
| * MAIN: Minor include rationalization.Charles Harris2021-09-031-1/+1
* | MAINT: Drop .pyi code-paths specific to Python 3.7Bas van Beek2021-08-307-48/+7
|/
* MAINT: Avoid use of confusing compat aliases.Antony Lee2021-08-242-2/+2
* index_tricks.py file not modifiedshubham119411402021-08-193-6/+6
* ENH: Add support for windows on arm targets (#19513)Niyas Sait2021-07-271-1/+7
* BUG: Seed random state in test_vonmises_large_kappa_range.Charles Harris2021-07-271-0/+1
* Merge pull request #19559 from BvB93/pytestMatti Picus2021-07-261-0/+4
|\
| * ENH: Add `__path__` annotations to all sub-packagesBas van Beek2021-07-251-0/+1
| * ENH: Add annotations for `<module>.test` objectsBas van Beek2021-07-251-0/+3
* | DOC: Fix typo in PCG64 (#19538)david-cortes2021-07-211-2/+2
|/
* Merge pull request #19306 from charris/fix-doc-pdf-buildCharles Harris2021-06-242-2/+2
|\
| * DOC: Fix some docstrings crash pdf generation.Charles Harris2021-06-222-2/+2
* | BUG: Correct Cython declarationKevin Sheppard2021-06-241-1/+1
|/
* ENH: manually inline code for performance.Robert Kern2021-05-071-14/+29
* DOC: more completely describe the implemented variant.Robert Kern2021-05-051-1/+4
* BUG: Wrong logic for WindowsRobert Kern2021-05-041-1/+0
* ENH: add the emulated 128-bit math for PCG64DXSMRobert Kern2021-05-041-1/+59
* ENH: Add PCG64DXSM implementation.Robert Kern2021-05-0411-7/+2388
* DOC: Improve random.choice() documentationBharat123rox2021-04-182-7/+9
* DOC: Fix spelling of "reccomended" ("recommended") (#18779)Deepyaman Datta2021-04-151-1/+1
* Merge pull request #18728 from anthonyhvo12/avo-exceptions-chainingCharles Harris2021-04-121-2/+2
|\
| * change to suitable raise from and add line breaks #2Anthony Vo2021-04-061-1/+1
| * change to suitable raise from and add line breaksAnthony Vo2021-04-061-1/+1
| * Merge branch 'main' of https://github.com/numpy/numpy into avo-exceptions-cha...Anthony Vo2021-04-0517-259/+1267
| |\
| * | chain exceptions when appropriateAnthony Vo2021-04-051-1/+1