summaryrefslogtreecommitdiff
path: root/doc/source/reference/random
Commit message (Collapse)AuthorAgeFilesLines
* DOC: fix two broken links and a couple of very minor textual issuesRalf Gommers2023-04-222-8/+8
| | | | [skip cirrus] [skip azp] [skip actions]
* DOC: prevent all of the legacy sections from being visible in the index ToCRobert Kern2023-04-201-5/+5
|
* DOC: fix formatting and references.Robert Kern2023-04-202-5/+5
|
* DOC: move all new-or-different info to its own page.Robert Kern2023-04-192-105/+30
|
* DOC: expand seeding wording.Robert Kern2023-04-191-6/+14
|
* DOC: emphasize RNG abbreviation on the front pageRobert Kern2023-04-191-10/+10
|
* DOC: NumPy capitalizationRobert Kern2023-04-191-1/+1
|
* DOC: Move compatibility policy to separate page.Robert Kern2023-04-192-85/+88
|
* DOC: NumPy capitalizationRobert Kern2023-04-171-1/+1
| | | Co-authored-by: Pamphile Roy <roy.pamphile@gmail.com>
* DOC: fix referencesRobert Kern2023-04-142-4/+4
|
* DOC: compatibility noteRobert Kern2023-04-141-0/+9
|
* DOC: Add np.random compatibility policyRobert Kern2023-04-141-0/+76
|
* DOC: reorganize np.random index page for general personaRobert Kern2023-04-143-149/+133
|
* MAINT: Fix a broken section linkyuki2023-03-241-2/+2
|
* DOC: Try to add Generator spawning to parallel generation and link itSebastian Berg2023-02-141-6/+21
|
* DOC: Refer to bitgenerator and rename bitgenSebastian Berg2023-02-141-3/+3
|
* DOC: Improve docs around generator spawningSebastian Berg2023-02-142-2/+15
| | | | Trying to address Robert Kerns review comments.
* DOC: update libnpymath docs on its status and how to consume itRalf Gommers2022-11-061-2/+3
| | | | | | [skip azp] [skip actions] Closes gh-21431
* DOC: Explain how to use sequences of integers as seeds.Robert Kern2022-08-132-2/+84
|
* DOC: RST Titles Underline reordering (#21677)Matthias Bussonnier2022-06-0811-45/+45
| | | | | | | | | | | | | | | | | | | | | * ~ not ^ * = skipped for - * swap - and = underline in files they are swapped * * to = in header underline * - to = and * to - for consitency * A few more change * -> ~ * use ~ instead of + * DOC: Fixup `c-api/array.rst` with further ^ with ~ replacement There is still a fourth level here, which remains using " Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
* DOC: various spell checks and typo fixes (#21314)Logan Thomas2022-04-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DOC: contigous -> contiguous * DOC: enlongated -> elongated * DOC: thuse -> thus * DOC: quantityt -> quantity * DOC: suppled -> supplied * DOC: intgrally -> integrally * DOC: assignnent -> assignment * DOC: homoegeneous -> homogeneous * DOC: interpereted -> interpreted * DOC: optimised -> optimized * DOC: Advantanges -> Advantages * DOC: realised -> realized * DOC: parametrizing -> parameterizing * DOC: realised -> realized * DOC: intrisics -> intrinsics * DOC: ablility -> ability * DOC: intrisic -> intrinsic * DOC: unversal -> universal * DOC: machnisms -> mechanisms * DOC: specfiy -> specify * DOC: exclution -> exclusion * DOC: optimzations -> optimizations * DOC: declrations -> declarations * DOC: auto-gernreated -> auto-generated * DOC: it highely recomaned -> it is highly recommended * DOC: exectuing -> executing * DOC: strectched -> stretched * DOC: foriegn -> foreign * DOC: indeded -> intended * DOC: multimdimensional -> multidimensional * DOC: supserseded -> superseded * DOC: generalisation -> generalization * FIX: whitespace before comma
* DOC: Made suggested changes.Bhavuk kalra2022-04-031-1/+1
| | | | Kept the Python code output uniform
* DOC: Improve "random.generator.shuffle" docs pagebhavukkalra2022-03-301-0/+2
|
* DOC: random: Fix spelling of 'precision'.warren2022-01-212-2/+2
|
* MAINT, DOC: discard repeated wordsDimitri Papadopoulos2022-01-131-2/+2
|
* revert default_rng seeding and use SKIPPierre de Buyl2021-12-081-18/+18
|
* DOC: remove explicit imports in rst filesPierre de Buyl2021-12-081-3/+0
| | | | Add conftest.py and pytest.ini files in doc directory
* [DOC] make some doctests in user,reference pass pytestPierre de Buyl2021-12-081-13/+16
| | | | | | | | | | | | 1. Add `import numpy as np` in rst files 2. Update NumPy repr for array (whitespace) 3. Update bytearray representation 4. Fix tiny output formatting (`<class ...>`, etc) 5. Format tracebacks 6. Skip random number tests or some platform-dependent outputs 7. Add `<matplotlib. ... at 0x...>` or similar output lines where missing 8. Set seed
* [MAINT] minor grammar fix: add missing "an"bbrewington2021-10-251-1/+1
|
* [MAINT] Fix minor typobbrewington2021-10-251-1/+1
|
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-1/+1
|
* DOC: Use versionadded tag instead of inline comment to specify minimum ↵zoj2021-05-171-1/+3
| | | | version needed for random c-api
* DOC: Clarify minimum numpy version needed to use random c-apizoj2021-05-171-1/+1
|
* DOC: Update performance for new PRNGKevin Sheppard2021-05-111-65/+64
| | | | Add performance benchmarks for PCG64DXSM
* DOC: refine wording for clarityRobert Kern2021-05-041-4/+4
|
* DOC: fixes in response to comments.Robert Kern2021-05-042-21/+20
|
* STY: Add spaces after commas.Charles Harris2021-05-041-1/+1
|
* DOC: Add PCG64DXSM to performance-measuring script.Robert Kern2021-05-041-3/+3
|
* DOC: nuance recommendations for PCG64.Robert Kern2021-05-042-6/+12
|
* DOC: math formatting.Robert Kern2021-05-041-3/+3
|
* DOC: Document PCG64DXSM.Robert Kern2021-05-044-4/+197
|
* Fix typo in random docsChristina Hedges2021-04-221-1/+1
| | | | | DOC Fix typo in random docs `Randomstate` -> `RandomState`
* DOC: Update random c-api documentationzoj2021-04-171-3/+7
|
* Merge pull request #18579 from mwtoews/refactor-dictRalf Gommers2021-03-211-5/+4
|\ | | | | MAINT: OrderedDict is no longer necessary from Python 3.7
| * MAINT: OrderedDict is no longer necessary from Python 3.7Mike Taves2021-03-081-5/+4
| |
* | 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-153-29/+29
|/
* MAINT: Fix typo SeepSequenceCharles Harris2020-12-191-1/+1
|
* DOC: random: add some examples for SeedSequenceEvgeni Burovski2020-12-171-0/+38
| | | | | Based on https://mail.python.org/pipermail/numpy-discussion/2020-December/081323.html
* DOC: Fix for buildling with sphinx 3takanori-pskq2020-11-066-6/+12
|