summaryrefslogtreecommitdiff
path: root/numpy/random
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Merge pull request #18372 from lelayf/random-standard_t-docCharles Harris2021-02-232-30/+54
|\ \
| * \ Merge branch 'master' into random-standard_t-docFrançois Le Lay2021-02-1712-29/+828
| |\ \ | | |/
| * | Remove poorly cited referenceFrançois Le Lay2021-02-122-24/+16
| * | DOC: improve standard_t example in numpy.random.François Le Lay2021-02-082-28/+60
* | | TST: Add test for shuffle warning and assert stacklevelSebastian Berg2021-02-191-0/+12
* | | BUG: fix stacklevel in warning within random.shuffleSebastian Berg2021-02-192-10/+12
* | | MAINT: Correct code producing warningsKevin Sheppard2021-02-181-1/+1
| |/ |/|
* | ENH: Reorder bool and add scalar bool for integersKevin Sheppard2021-02-161-9/+18
* | ENH: Add overloads to integersKevin Sheppard2021-02-151-7/+121
* | ENH: Fix abstract integer useKevin Sheppard2021-02-151-2/+19
* | ENH: Fix typingKevin Sheppard2021-02-151-2/+2
* | ENH: Update typingKevin Sheppard2021-02-151-2/+10
* | ENH: Add overloadsKevin Sheppard2021-02-135-55/+192
* | ENH: Fix additional missed typesKevin Sheppard2021-02-131-8/+17
* | ENH: More typingKevin Sheppard2021-02-131-82/+102
* | ENH: Update with TypedDictKevin Sheppard2021-02-136-28/+53
* | ENH: Add typing for GeneratorKevin Sheppard2021-02-134-8/+253
* | ENH: Add typing for MT19937 and PhiloxKevin Sheppard2021-02-136-61/+92
* | ENH: Add typing for PCG64 and SFC64Kevin Sheppard2021-02-133-16/+107
* | MAINT: Improve typing of BitGeneratorKevin Sheppard2021-02-132-19/+50
* | ENH: Initial typing of randomKevin Sheppard2021-02-132-2/+62
* | MAINT: Remove unicode markersKevin Sheppard2021-02-113-7/+7
* | MAINT: Remove dummy_threadingKevin Sheppard2021-02-112-9/+1