summaryrefslogtreecommitdiff
path: root/doc/source/reference/random/extending.rst
Commit message (Expand)AuthorAgeFilesLines
* DOC: RST Titles Underline reordering (#21677)Matthias Bussonnier2022-06-081-6/+6
* BUG: add missing c_distributions.pxd, enables cython use of random C-API (gh-...Matti Picus2020-03-161-2/+11
* DOC: Remove reference to basic RNGKevin Sheppard2019-12-181-5/+5
* DOC: change to link (from review)mattip2019-12-051-2/+2
* API, DOC: change names to multivariate_hypergeometric, improve docsmattip2019-12-041-1/+1
* DOC: improve the C-API/Cython documentation for randommattip2019-11-291-0/+2
* DOC: document the CFFI examplemattip2019-11-221-0/+20
* DOC, MAINT: fix documentation, remove __init__.pymattip2019-11-201-3/+3
* API: restructure and document numpy.random C-API (#14604)Matti Picus2019-11-191-105/+27
* MAINT: remove xoshiro* BitGeneratorsmattip2019-06-261-7/+7
* MAINT: Remove remnants of bit generatorsKevin Sheppard2019-05-271-46/+49
* MAINT: Implement API changes for randomgen-derived codemattip2019-05-201-30/+25
* BUG: __dealloc__ can be called without __init__ in some error modesmattip2019-05-201-0/+167