summaryrefslogtreecommitdiff
path: root/doc/source/reference/random/new-or-different.rst
Commit message (Expand)AuthorAgeFilesLines
* DOC: emphasize random API changesmattip2019-07-091-3/+5
* ENH: np.random.default_gen() (#13840)Robert Kern2019-06-281-8/+8
* MAINT: remove leftover files, fix docsmattip2019-06-261-2/+1
* MAINT: remove xoshiro* BitGeneratorsmattip2019-06-261-4/+3
* MAINT: Misc. typo fixes (#13664)luzpaz2019-05-311-1/+1
* MAINT: remove threefry32, xoroshiro128, xorshift1024 BitGeneratorsmattip2019-05-201-4/+4
* MAINT: Implement API changes for randomgen-derived codemattip2019-05-201-35/+30
* DOC: tighten up documentation, add a table of comparisonmattip2019-05-201-9/+31
* BUG: __dealloc__ can be called without __init__ in some error modesmattip2019-05-201-0/+101