summaryrefslogtreecommitdiff
path: root/numpy/random/sfc64.pyx
Commit message (Collapse)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
| | | | Also, turn some of the reference URLs into links.
* ENH: np.random.default_gen() (#13840)Robert Kern2019-06-281-7/+10
| | | * ENH: Rename seed_seq argument to seed and replace Generator() with default_gen()
* DOC: np.random documentation cleanup and expansion.Robert Kern2019-06-271-1/+10
|
* ENH: Add SFC64 BitGenerator.Robert Kern2019-06-251-0/+132