summaryrefslogtreecommitdiffstats
path: root/Doc/library/random.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-39108: Document threading issues for random.gauss() (GH-22928)Raymond Hettinger2020-10-251-0/+7
* Minor clarification (GH-22708)Raymond Hettinger2020-10-151-3/+3
* Improve recipe readability (GH-22685)Raymond Hettinger2020-10-131-31/+37
* Add recipe for a version of random() with a larger population (GH-22664)Raymond Hettinger2020-10-131-2/+53
* bpo-41773: Raise exception for non-finite weights in random.choices(). (GH-2...Ram Rachum2020-09-291-2/+2
* Revert "Fix all Python Cookbook links (#22205)" (GH-22424)Andre Delfino2020-09-271-1/+1
* Fix all Python Cookbook links (#22205)Andre Delfino2020-09-151-1/+1
* Improve output summary in the examples and recipes section (GH-20285)Raymond Hettinger2020-05-211-3/+3
* bpo-40541: Add optional *counts* parameter to random.sample() (GH-19970)Raymond Hettinger2020-05-081-7/+14
* bpo-40286: Put methods in correct sections. Add security notice to use secret...Raymond Hettinger2020-05-051-10/+15
* Fix missing space in docs(GH-19866)Mathieu Dupuy2020-05-021-1/+1
* bpo-40465: Deprecate the optional argument to random.shuffle(). (#19867)Raymond Hettinger2020-05-021-0/+3
* Small improvements to the recipes and examples. (GH-19635)Raymond Hettinger2020-04-211-30/+26
* bpo-40325: Deprecate set object support in random.sample() (GH-19591)Raymond Hettinger2020-04-191-0/+7
* bpo-40282: Allow random.getrandbits(0) (GH-19539)Antoine Pitrou2020-04-171-0/+3
* bpo-40286: Add randbytes() method to random.Random (GH-19527)Victor Stinner2020-04-171-0/+7
* Doc: Fix s/pseudo random/pseudo-random/ (GH-18289)Julien Palard2020-01-311-2/+2
* bpo-38881: choices() raises ValueError when all weights are zero (GH-17362)Raymond Hettinger2019-11-231-2/+6
* bpo-32554: Deprecate hashing arbitrary types in random.seed() (GH-15382)Raymond Hettinger2019-08-221-0/+10
* bpo-37624: Document weight assumptions for random.choices() (GH-14855)Raymond Hettinger2019-07-191-1/+2
* bpo-33783: Use proper class markup for random.Random docs (GHè7817)Matthias Bussonnier2019-04-161-0/+5
* bpo-35904: Add statistics.fmean() (GH-11892)Raymond Hettinger2019-02-211-2/+2
* Improve readability of random module examples (GH-11884)Raymond Hettinger2019-02-151-2/+6
* Document differences between random.choices() and random.choice(). (GH-11703)Raymond Hettinger2019-01-301-0/+7
* Neaten-up and extend the examples in the random module docs.Raymond Hettinger2016-12-041-10/+14
* Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-261-1/+1
|\
| * Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-261-1/+1
* | Fix grammarRaymond Hettinger2016-11-211-2/+2
* | Add analysis section to motivate the single server queue exampleRaymond Hettinger2016-11-211-3/+10
* | Misc readability and organization improvements for the random docsRaymond Hettinger2016-11-211-26/+31
* | Add a seealso section for further reference and skill buildingRaymond Hettinger2016-11-211-0/+20
* | Simplify code in an exampleRaymond Hettinger2016-11-211-6/+6
* | Extend and improve the examples for the random moduleRaymond Hettinger2016-11-211-5/+29
* | Small edits to the docs for sample() and shuffle().Raymond Hettinger2016-11-171-8/+14
* | Further refinements to the examples and recipes for the random moduleRaymond Hettinger2016-11-171-16/+29
* | Add another example to the recipes section of the random docsRaymond Hettinger2016-11-171-0/+26
* | Minor touch-ups to the random module examplesRaymond Hettinger2016-11-171-5/+6
* | Add cum_weights example (simulation of a cumulative binomial distribution).Raymond Hettinger2016-11-011-0/+7
* | Issue #18844: Fix-up examples for random.choices(). Remove over-specified t...Raymond Hettinger2016-10-121-31/+27
* | Issue #18844: Make the number of selections a keyword-only argument for rando...Raymond Hettinger2016-09-271-1/+1
* | Rename weighted_choices() to just choices()Raymond Hettinger2016-09-071-1/+1
* | Issue #18844: Add random.weighted_choices()Raymond Hettinger2016-09-071-0/+21
* | MergeRaymond Hettinger2016-09-051-0/+6
|\ \ | |/
| * Improve recipe by showing results of intermediate stepsRaymond Hettinger2016-09-051-0/+6
* | MergeRaymond Hettinger2016-09-041-2/+5
|\ \ | |/
| * Improve docs for random.seed()Raymond Hettinger2016-09-041-2/+5
* | Documentation for secrets.pySteven D'Aprano2016-04-161-1/+2
|/
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-1/+1
* Closes #20169: fix inner links random doc.Georg Brandl2016-02-191-6/+6
* By popular demand, add back a security warning.Raymond Hettinger2014-05-111-0/+5