summaryrefslogtreecommitdiff
path: root/numpy/random
Commit message (Expand)AuthorAgeFilesLines
...
* | DOC: add a note about using svd(hermitian=True) as an alternative to eighzoj6132019-11-011-0/+1
* | MAINT: use v instead of u inside check_valid if statement and set _factor sep...RedRuM2019-10-181-3/+9
* | MAINT: remove stray commentsRedRuM2019-10-161-4/+0
* | MAINT: fix grammar error in exception message.RedRuM2019-10-161-1/+1
* | MAINT: change vh to u.T since they are the same if cov is symmetric. This is ...RedRuM2019-10-161-1/+1
* | TST: Parametrize tests using different methodsRedRuM2019-10-161-26/+11
* | Back out use_factor changes, to be restored in a separate PREric Wieser2019-10-162-73/+4
* | Switch to keyword-only argumentsEric Wieser2019-10-161-1/+1
* | DOC: Add version where new parameters are addedRedRuM2019-08-211-0/+5
* | MAINT: change 'mode' to 'method' in error massageRedRuM2019-08-201-1/+1
* | DOC: Improve documentation style for matrix multiplicationRedRuM2019-08-201-6/+5
* | MNT: simplify the API by requiring the user to ensure the correct factor is s...RedRuM2019-08-182-14/+11
* | DOC: fix typo in the function docstringRedRuM2019-08-181-2/+2
* | ENH: re-write the implementation with new keywords method and use_factorRedRuM2019-08-172-17/+149
* | REV: Undo all changes to codebaseRedRuM2019-08-172-150/+72
* | MAINT: fix incorrect method nameRedRuM2019-08-161-1/+1
* | MAINT: remove unused importRedRuM2019-08-161-1/+0
* | ENH: Implement proposed API for sampling, following suggestions.RedRuM2019-08-161-64/+101
* | ENH: Add test cases for proposed API for samlping from a multivariate normal ...RedRuM2019-08-161-8/+50
* | REV: Undo all changes made to mtrand.pyx file with the intent to move them to...RedRuM2019-08-111-41/+7
* | ENH: Add new test cases corresponding to the enhancements in random.multivari...RedRuM2019-08-041-7/+41
|/
* Merge pull request #13812 from thrasibule/fast_floydCharles Harris2019-07-132-30/+65
|\
| * test shuffle keywordGuillaume Horel2019-07-111-0/+3
| * add shuffle keywordGuillaume Horel2019-07-111-4/+11
| * fix testsGuillaume Horel2019-07-111-2/+2
| * nogilGuillaume Horel2019-07-111-1/+1
| * extra shuffle at the end and tweak heuristicGuillaume Horel2019-07-111-1/+2
| * faster shuffleGuillaume Horel2019-07-111-8/+27
| * fix testsGuillaume Horel2019-07-111-1/+1
| * prevent warningsGuillaume Horel2019-07-111-4/+4
| * fix testsGuillaume Horel2019-07-111-2/+2
| * no wraparoundGuillaume Horel2019-07-111-1/+1
| * use typed memoryview instead of C arrayGuillaume Horel2019-07-111-8/+3
| * Rewrite Floyd algorithmGuillaume Horel2019-07-111-17/+27
* | DOC: emphasize random API changesmattip2019-07-091-8/+2
|/
* ENH: Rename tests for default_rngRobert Kern2019-06-292-2/+2
* ENH: Rename default_gen to default_rngRobert Kern2019-06-294-61/+61
* DOC: Document the precise PCG variant.Robert Kern2019-06-282-8/+13
* BUG: Ensure consistent interpretation of uint64 states. (#13861)Robert Kern2019-06-284-4/+25
* ENH: np.random.default_gen() (#13840)Robert Kern2019-06-2810-203/+303
* BUG: do not force emulation of 128-bit arithmetic.Robert Kern2019-06-273-12/+22
* Merge pull request #13849 from rkern/doc/random-cleanupsCharles Harris2019-06-275-35/+54
|\
| * DOC: Fix description of PCG64 jump.Robert Kern2019-06-271-6/+6
| * DOC: np.random documentation cleanup and expansion.Robert Kern2019-06-275-29/+48
* | MAINT: move location of bitgen.hmattip2019-06-274-21/+2
|/
* Merge pull request #13837 from mattip/seedsequence2Charles Harris2019-06-261-1/+1
|\
| * BUG: fix PCG64 ng->inc.high initializationmattip2019-06-261-1/+1
* | ENH: Add SFC64 BitGenerator.Robert Kern2019-06-2511-5/+2296
|/
* BUG: Fix missing SeedSequence import.Charles Harris2019-06-251-1/+3
* MAINT: Fix bad merge.Charles Harris2019-06-251-6/+0