summaryrefslogtreecommitdiff
path: root/numpy/random/mtrand.pyx
Commit message (Expand)AuthorAgeFilesLines
* DOC: Fix the link to the quick-start in the old API functionsSebastian Berg2020-09-031-42/+42
* BUG: Validate output size in bin- and multinomialKevin Sheppard2020-07-141-0/+2
* DEP: Deprecate passing shape=None to mean shape=()Eric Wieser2020-05-311-6/+9
* Merge pull request #16156 from WarrenWeckesser/deprecate-dualSebastian Berg2020-05-191-1/+1
|\
| * DEP: Deprecate `numpy.dual`.Warren Weckesser2020-05-041-1/+1
* | DOC: Fix Generator.choice docstringKevin Sheppard2020-05-131-1/+1
|/
* DOC: add a note on sampling 2-D arrays to random.choice docstringRalf Gommers2020-04-251-0/+5
* BUG: Alpha parameter must be 1D in `generator.dirichlet` (#15951)panpiort82020-04-181-9/+10
* Merge pull request #15876 from panpiort8/multinomial_pvals_1dMatti Picus2020-04-111-2/+2
|\
| * Replace checks with direct function callPan Jan2020-04-011-4/+2
| * Add testing and replace checkPan Jan2020-04-011-2/+2
| * BUG: add check if pvals is 1d array in numpy.random.*.multinomialPan Jan2020-03-311-0/+2
* | Typo in the `mtrand.pyx` was fixedAndrei Shirobokov2020-04-081-1/+1
|/
* DOC: Document caveat in random.uniformmattip2020-02-151-2/+9
* Documentation updated.przemb2020-02-061-5/+3
* Changes suggested in reviewprzemb2020-02-051-5/+9
* MAINT: Large overhead in some random functions #15460przemb2020-02-051-21/+17
* DOC: Correct get_state docKevin Sheppard2020-01-311-5/+7
* MAINT: Remove unnecessary calls to PyArray_DATA from binomial functionsAlex Henrie2020-01-191-1/+0
* 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