summaryrefslogtreecommitdiff
path: root/numpy/random/_generator.pyx
Commit message (Expand)AuthorAgeFilesLines
* DOC: Correct choice signatureKevin Sheppard2019-12-201-1/+1
* API, DOC: change names to multivariate_hypergeometric, improve docsmattip2019-12-041-8/+8
* API: revert changes to standard_t, cauchymattip2019-11-301-4/+4
* API: rename functions in distributions.c,hmattip2019-11-291-14/+12
* DOC, API: add numpy.random.__index__.pxd and document numpy.random.* funcsmattip2019-11-211-7/+7
* DOC: Clarify return type for default rngKevin Sheppard2019-11-191-3/+7
* API: restructure and document numpy.random C-API (#14604)Matti Picus2019-11-191-1/+1
* MAINT: Remove uses of scalar aliasesEric Wieser2019-11-131-2/+2
* merge latest changes on master branchRedRuM2019-11-031-9/+50
* DOC: random: Remove redundant 'See Also' entry in 'uniform' docstring.Warren Weckesser2019-10-281-1/+0
* ENH: random: Add the multivariate hypergeometric distributionWarren Weckesser2019-10-181-1/+248
* DOC: clean up for moved references, remove ISeedSequencemattip2019-10-131-4/+3
* API: move bit_generator and generator to be privatemattip2019-10-111-0/+4124