summaryrefslogtreecommitdiff
path: root/numpy/random
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | BUG: Check out requirements and raise when not satisfiedKevin Sheppard2021-04-072-9/+53
| |/ |/|
* | PERF: Use exponentials in place of inversionKevin Sheppard2021-03-225-10/+20
* | MAINT: Add mising type to cdef statementKevin Sheppard2021-03-193-4/+4
* | Merge pull request #18438 from seberg/shuffle-objectsCharles Harris2021-03-183-3/+41
|\ \
| * | STY: Fix hanging indentation.Charles Harris2021-03-171-3/+3
| * | STY: Break long line.Charles Harris2021-03-171-1/+3
| * | BUG: Correct shuffling of objects in 1-d array likesSebastian Berg2021-02-223-3/+39
* | | Merge pull request #18635 from bashtage/random-integer-exception-defaultMatti Picus2021-03-182-10/+32
|\ \ \
| * | | ENH: Improve the exception for default low in Generator.integersKevin Sheppard2021-03-172-10/+32
* | | | BUG: Use lop1p to improve numerical precisionKevin Sheppard2021-03-176-34/+71
* | | | BUG: np.random: Use log1p to improve precisionEric Wieser2021-03-171-11/+11
|/ / /
* | | 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
|\ \ \
| * | | MAINT: random: use 'from exc' instead of 'from None'; tweak error messages.Warren Weckesser2021-02-191-7/+7
| * | | MAINT: random: Use 'from None' when raising a ValueError in choice.Warren Weckesser2021-02-181-3/+5
* | | | Port error to RandomStateKevin Sheppard2021-02-263-2/+23
* | | | Address commentsKevin Sheppard2021-02-261-9/+9
* | | | Accept suggestion Kevin Sheppard2021-02-261-1/+2
* | | | ENH: Improve error message in multinomialKevin Sheppard2021-02-262-1/+21
* | | | CLN: Move to legacy functionKevin Sheppard2021-02-264-20/+82
* | | | BUG: Prevent RandomState from changingKevin Sheppard2021-02-266-19/+45
* | | | Added test for [-np.pi, np.pi] range for the von mises distribution using lar...Raúl Montón Pinillos2021-02-263-0/+9
* | | | Fixed style and added check for bounds in [-pi,pi] interval.Raúl Montón Pinillos2021-02-261-6/+17
* | | | Fixed Von Mises distribution for big values of kappa by falling back to a nor...Raúl Montón Pinillos2021-02-261-3/+8
* | | | Merge pull request #18433 from bashtage/randomstate-typingMatti Picus2021-02-245-130/+824
|\ \ \ \
| * | | | BUG: Remove incorrect variable nameKevin Sheppard2021-02-241-1/+0
| * | | | CLN: Clean up random typingKevin Sheppard2021-02-242-22/+7
| * | | | Use {int_} for int return typesKevin Sheppard2021-02-241-1/+1
| * | | | Small fixesKevin Sheppard2021-02-243-7/+4
| * | | | BUG: Fix typing bugsKevin Sheppard2021-02-241-1/+1
| * | | | ENH: Add tests for RandomStateKevin Sheppard2021-02-241-4/+6
| * | | | BUG: Corect typing statements in mtrandKevin Sheppard2021-02-242-27/+64
| * | | | ENH/BUG: Improve definitions and fix bugsKevin Sheppard2021-02-241-33/+131
| * | | | ENH/BUG: Add tests and correct typing issuesKevin Sheppard2021-02-244-31/+61
| * | | | MAINT: Restructure imports in pyi fileKevin Sheppard2021-02-241-51/+53
| * | | | ENH: Add typing for RandomStateKevin Sheppard2021-02-243-61/+605
* | | | | DOC: Explaing differences in code paths in choiceKevin Sheppard2021-02-242-0/+10
* | | | | DOC: Correct poisson docstringKevin Sheppard2021-02-242-4/+6
|/ / / /