summaryrefslogtreecommitdiff
path: root/numpy/random/sfc64.pyx
Commit message (Expand)AuthorAgeFilesLines
* API: make BitGenerators privatemattip2019-10-111-145/+0
* API: rename common, bounded_integers -> _common, _bounded_integers; cleanupmattip2019-10-111-1/+2
* DOC: Document the precise PCG variant.Robert Kern2019-06-281-4/+4
* ENH: np.random.default_gen() (#13840)Robert Kern2019-06-281-7/+10
* DOC: np.random documentation cleanup and expansion.Robert Kern2019-06-271-1/+10
* ENH: Add SFC64 BitGenerator.Robert Kern2019-06-251-0/+132