summaryrefslogtreecommitdiff
path: root/numpy/random/pcg64.pyx
Commit message (Expand)AuthorAgeFilesLines
* DOC: Document the precise PCG variant.Robert Kern2019-06-281-4/+9
* ENH: np.random.default_gen() (#13840)Robert Kern2019-06-281-6/+9
* DOC: Fix description of PCG64 jump.Robert Kern2019-06-271-6/+6
* DOC: np.random documentation cleanup and expansion.Robert Kern2019-06-271-6/+7
* ENH: use SeedSequence to generate entropy for seedingmattip2019-06-261-207/+26
* MAINT: remove pcg32 BitGeneratormattip2019-06-251-2/+0
* MAINT: Change keyword from reserved wordKevin Sheppard2019-06-071-11/+8
* MAINT: Update PCG jump sizesKevin Sheppard2019-06-061-3/+19
* Revert "MAINT: Implement API changes for randomgen-derived code"Kevin Sheppard2019-05-271-0/+431
* MAINT: Implement API changes for randomgen-derived codemattip2019-05-201-426/+0
* MAINT: Remove Cython conditionalsKevin Sheppard2019-05-201-41/+26
* BUG: __dealloc__ can be called without __init__ in some error modesmattip2019-05-201-7/+9
* BENCH: convert bencmarks to asv formatmattip2019-05-201-0/+439