summaryrefslogtreecommitdiff
path: root/doc/source/reference/random/new-or-different.rst
Commit message (Expand)AuthorAgeFilesLines
* DOC: fix formatting and references.Robert Kern2023-04-201-3/+3
* DOC: move all new-or-different info to its own page.Robert Kern2023-04-191-28/+28
* DOC: various spell checks and typo fixes (#21314)Logan Thomas2022-04-101-1/+1
* DOC: random: Fix spelling of 'precision'.warren2022-01-211-1/+1
* MAINT: Fix missed replacement of rg by rng.Charles Harris2021-03-151-1/+1
* DOC: Consistently use rng as variable name for random generatorsTim Hoffmann2021-03-151-10/+10
* DOC: Fixes for 18 broken links (#16472)bjnath2020-06-061-2/+2
* Merge pull request #16078 from rossbar/doc/axis_to_new_or_differentMatti Picus2020-05-071-0/+12
|\
| * DOC: Added `permutation` to methods with axis kwarg.Ross Barnowski2020-04-251-4/+5
| * DOC: Added bullet about axis kwarg to rng overview docs.Ross Barnowski2020-04-251-0/+11
* | DOC: Moved timeit examples under relevant bullet point.Ross Barnowski2020-04-251-11/+12
* | DOC,BLD: Limit timeit iterations in random docs.Ross Barnowski2020-04-251-6/+6
|/
* TEST, DOC: fixes from reviewmattip2019-10-171-1/+1
* DOC: clean up for moved references, remove ISeedSequencemattip2019-10-131-6/+7
* API: move bit_generator and generator to be privatemattip2019-10-111-1/+1
* DOC: remove random.entropy from docsmattip2019-09-141-3/+0
* DOC: emphasize random API changesmattip2019-07-091-3/+5
* ENH: np.random.default_gen() (#13840)Robert Kern2019-06-281-8/+8
* MAINT: remove leftover files, fix docsmattip2019-06-261-2/+1
* MAINT: remove xoshiro* BitGeneratorsmattip2019-06-261-4/+3
* MAINT: Misc. typo fixes (#13664)luzpaz2019-05-311-1/+1
* MAINT: remove threefry32, xoroshiro128, xorshift1024 BitGeneratorsmattip2019-05-201-4/+4
* MAINT: Implement API changes for randomgen-derived codemattip2019-05-201-35/+30
* DOC: tighten up documentation, add a table of comparisonmattip2019-05-201-9/+31
* BUG: __dealloc__ can be called without __init__ in some error modesmattip2019-05-201-0/+101