summaryrefslogtreecommitdiff
path: root/numpy/random/mtrand.pyx
Commit message (Expand)AuthorAgeFilesLines
* DOC: update note from reviewmattip2019-11-211-84/+84
* MAINT: "See also" -> "See Also"mattip2019-11-211-23/+23
* DOC, API: add numpy.random.__index__.pxd and document numpy.random.* funcsmattip2019-11-211-9/+284
* API: restructure and document numpy.random C-API (#14604)Matti Picus2019-11-191-1/+1
* MAINT: Remove uses of scalar aliasesEric Wieser2019-11-131-7/+7
* DOC: clean up for moved references, remove ISeedSequencemattip2019-10-131-6/+6
* API: move bit_generator and generator to be privatemattip2019-10-111-1/+1
* API: refactor function names in distribution.{h,c}, refactor float_fillmattip2019-10-111-2/+2
* API: make BitGenerators privatemattip2019-10-111-1/+1
* API: rename common, bounded_integers -> _common, _bounded_integers; cleanupmattip2019-10-111-3/+3
* API: rearrange the cython files in numpy.randommattip2019-10-111-8/+89
* Merge pull request #14531 from WarrenWeckesser/binomial-regressionMatti Picus2019-09-191-4/+7
|\
| * BUG: random: Create a legacy implementation of random.binomial.Warren Weckesser2019-09-161-4/+7
* | BUG: Avoid ctypes in GeneratorsKevin Sheppard2019-09-181-2/+2
|/
* BUG: random: Fix the mistaken duplicate line. Fixes gh-14557.Warren Weckesser2019-09-121-1/+1
* MAINT: random: Revert gh-14458.Warren Weckesser2019-09-121-3/+3
* BUG: random.hypergeometic assumes npy_long is npy_int64, hung ppc64Allan Haldane2019-09-091-3/+3
* DOC: fix doc linking, was referencing private submodules.Ralf Gommers2019-08-251-2/+2
* BUG: Fix segfault in `random.permutation(x)` when x is a string. (#14241)Maxwell Aladago2019-08-221-0/+4
* BUG: Ensure consistent interpretation of uint64 states. (#13861)Robert Kern2019-06-281-1/+4
* ENH: use SeedSequence to generate entropy for seedingmattip2019-06-261-18/+16
* BUG: Fix random.choice when probability is not C contiguous (#13716)jeremiedbb2019-06-061-3/+6
* Merge pull request #13695 from bashtage/choice-windows-int32-dtypeMatti Picus2019-06-031-2/+4
|\
| * BUG: Ensure Windows choice returns int32Kevin Sheppard2019-06-021-2/+4
* | Merge pull request #13688 from bashtage/random_sample-aliasesMatti Picus2019-06-021-1/+2
|\ \ | |/ |/|
| * MAINT: Correct masked aliasesKevin Sheppard2019-06-021-1/+2
* | DOC: Remove misleading statementKevin Sheppard2019-06-011-2/+1
|/
* MAINT: Misc. typo fixes (#13664)luzpaz2019-05-311-1/+1
* BUG: Fix RandomState argument nameKevin Sheppard2019-05-291-7/+9
* BUG/MAINT: Disallow non-native byteorder in random intsKevin Sheppard2019-05-281-3/+9
* STY: Clean up codeKevin Sheppard2019-05-271-2/+2
* ENH: Split poisson_lam_maxKevin Sheppard2019-05-231-2/+2
* BUG: Ensure integer-type stream on 32bitKevin Sheppard2019-05-201-47/+79
* MAINT: Implement API changes for randomgen-derived codemattip2019-05-201-136/+153
* ENH: Add closed generator to randintKevin Sheppard2019-05-201-9/+9
* BUG: Cast high to Python int to avoid overflowKevin Sheppard2019-05-201-1/+1
* ENH: Finish hypergeometric 0Kevin Sheppard2019-05-201-4/+2
* DOC: fix doctests, move numpy.random -> numpy.random.gen in generator.pyxmattip2019-05-201-1/+2
* DOC: Add alias docstrings for sample and ranfKevin Sheppard2019-05-201-2/+17
* ENH: Extend multinomial and fix zipfKevin Sheppard2019-05-201-20/+10
* BUG: __dealloc__ can be called without __init__ in some error modesmattip2019-05-201-22/+22
* BENCH: convert bencmarks to asv formatmattip2019-05-201-0/+4223