summaryrefslogtreecommitdiff
path: root/numpy/random/threefry.pyx
Commit message (Expand)AuthorAgeFilesLines
* MAINT: remove ThreeFry BitGeneratormattip2019-06-251-466/+0
* MAINT: Change keyword from reserved wordKevin Sheppard2019-06-071-4/+4
* MAINT: Update PCG jump sizesKevin Sheppard2019-06-061-3/+5
* MAINT: Remove remnants of bit generatorsKevin Sheppard2019-05-271-1/+1
* DOC: Add __all__ and document lockKevin Sheppard2019-05-271-0/+10
* MAINT: Implement API changes for randomgen-derived codemattip2019-05-201-122/+101
* BUG: __dealloc__ can be called without __init__ in some error modesmattip2019-05-201-9/+13
* BENCH: convert bencmarks to asv formatmattip2019-05-201-0/+471