summaryrefslogtreecommitdiff
path: root/doc/source/reference/random/bit_generators
Commit message (Expand)AuthorAgeFilesLines
* DOC: fix referencesRobert Kern2023-04-141-1/+1
* DOC: reorganize np.random index page for general personaRobert Kern2023-04-141-0/+2
* DOC: Refer to bitgenerator and rename bitgenSebastian Berg2023-02-141-3/+3
* DOC: Improve docs around generator spawningSebastian Berg2023-02-141-0/+12
* DOC: RST Titles Underline reordering (#21677)Matthias Bussonnier2022-06-086-22/+22
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-1/+1
* DOC: Document PCG64DXSM.Robert Kern2021-05-042-4/+40
* MAINT: Fix typo SeepSequenceCharles Harris2020-12-191-1/+1
* DOC: random: add some examples for SeedSequenceEvgeni Burovski2020-12-171-0/+38
* DOC: Fix for buildling with sphinx 3takanori-pskq2020-11-064-4/+8
* MAINT: Change Congruent to Congruential in PCGCharles Harris2019-11-281-2/+2
* DOC: Fix abbreviation of PCG64Martin Thoma2019-11-281-1/+1
* API: restructure and document numpy.random C-API (#14604)Matti Picus2019-11-191-1/+1
* TEST, DOC: fixes from reviewmattip2019-10-171-12/+12
* DOC: clean up for moved references, remove ISeedSequencemattip2019-10-132-22/+10
* API: move bit_generator and generator to be privatemattip2019-10-112-4/+4
* DOC: fix doc linking, was referencing private submodules.Ralf Gommers2019-08-254-13/+5
* DOC: clean up examples.Robert Kern2019-06-271-1/+1
* DOC: np.random documentation cleanup and expansion.Robert Kern2019-06-271-24/+65
* Merge pull request #13837 from mattip/seedsequence2Charles Harris2019-06-261-2/+23
|\
| * DOC: fixup docs for current set of BitGeneratorsmattip2019-06-261-2/+23
* | DOC: Add SFC64 to the documentation.Robert Kern2019-06-252-0/+29
|/
* MAINT: remove leftover files, fix docsmattip2019-06-261-2/+2
* ENH: use SeedSequence to generate entropy for seedingmattip2019-06-265-12/+45
* MAINT: remove xoshiro* BitGeneratorsmattip2019-06-263-72/+0
* MAINT: remove ThreeFry BitGeneratormattip2019-06-252-37/+0
* MAINT: remove pcg32 BitGeneratormattip2019-06-252-35/+0
* MAINT: remove dSFMTmattip2019-06-162-37/+0
* Revert "MAINT: Implement API changes for randomgen-derived code"Kevin Sheppard2019-05-273-3/+73
* MAINT: remove threefry32, xoroshiro128, xorshift1024 BitGeneratorsmattip2019-05-204-118/+0
* MAINT: Implement API changes for randomgen-derived codemattip2019-05-2010-0/+358