summaryrefslogtreecommitdiff
path: root/doc/source/reference/random/parallel.rst
Commit message (Expand)AuthorAgeFilesLines
* DOC: Explain how to use sequences of integers as seeds.Robert Kern2022-08-131-1/+82
* MAINT, DOC: discard repeated wordsDimitri Papadopoulos2022-01-131-2/+2
* DOC: fixes in response to comments.Robert Kern2021-05-041-2/+2
* DOC: nuance recommendations for PCG64.Robert Kern2021-05-041-3/+6
* DOC: typos from reviewmattip2019-10-151-1/+1
* DOC: clean up for moved references, remove ISeedSequencemattip2019-10-131-9/+9
* ENH: Rename default_gen to default_rngRobert Kern2019-06-291-3/+3
* DOC: np.random documentation cleanup and expansion.Robert Kern2019-06-271-82/+140
* MAINT: remove xoshiro* BitGeneratorsmattip2019-06-261-6/+2
* MAINT: remove dSFMTmattip2019-06-161-2/+0
* Revert "MAINT: Implement API changes for randomgen-derived code"Kevin Sheppard2019-05-271-13/+16
* MAINT: Remove remnants of bit generatorsKevin Sheppard2019-05-271-6/+2
* MAINT: Implement API changes for randomgen-derived codemattip2019-05-201-26/+26
* DOC: tighten up documentation, add a table of comparisonmattip2019-05-201-25/+24
* BUG: __dealloc__ can be called without __init__ in some error modesmattip2019-05-201-0/+143