summaryrefslogtreecommitdiff
path: root/Doc/library/random.rst
Commit message (Expand)AuthorAgeFilesLines
* 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-66/+193
|\
| * 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-161-0/+26
| * Minor touch-ups to the random module examplesRaymond Hettinger2016-11-161-5/+6
| * Add cum_weights example (simulation of a cumulative binomial distribution).Raymond Hettinger2016-10-311-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-261-1/+1
| * Rename weighted_choices() to just choices()Raymond Hettinger2016-09-071-1/+1
| * Issue #18844: Add random.weighted_choices()Raymond Hettinger2016-09-061-0/+21
| * MergeRaymond Hettinger2016-09-051-0/+6
| |\
| * \ MergeRaymond Hettinger2016-09-041-2/+5
| |\ \
| * | | Documentation for secrets.pySteven D'Aprano2016-04-171-1/+2
* | | | Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-261-1/+1
| |_|/ |/| |
* | | Improve recipe by showing results of intermediate stepsRaymond Hettinger2016-09-051-0/+6
| |/ |/|
* | Improve docs for random.seed()Raymond Hettinger2016-09-041-2/+5
|/
* 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
* Remove the redundant and poorly worded warning message.Raymond Hettinger2014-05-101-6/+0
* Issue #16190: fix random module recommendation to use ssl.RAND_bytes().Antoine Pitrou2013-08-161-3/+3
* #15831: merge with 3.2Ezio Melotti2012-09-141-0/+9
|\
| * merge with 3.2Sandro Tosi2012-08-121-0/+9
| |\
| | * Fix markupRaymond Hettinger2012-07-091-1/+1
| | * Issue 15265: document the exception raised for invalid sample sizes.Raymond Hettinger2012-07-081-0/+3
| | * merge with 3.2Sandro Tosi2012-04-141-1/+1
| | |\
| | * \ merge doc fixes from 3.2Georg Brandl2011-09-171-0/+6
| | |\ \
| | | * | Issue #12049: cleanup the warning in the random module docVictor Stinner2011-05-251-2/+2
| | | * | Issue #12049: improve RAND_bytes() and RAND_pseudo_bytes() documentationVictor Stinner2011-05-241-0/+6
* | | | | #15831: document multiple signatures on different lines. Patch by Chris Jerd...Ezio Melotti2012-09-141-5/+6
|/ / / /
* | | | it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@Sandro Tosi2012-08-121-1/+1
| |_|/ |/| |
* | | fix typo; thanks to J?r?me Mainka from docs@Sandro Tosi2012-04-141-1/+1
|/ /
* | Add info from the docstring for random.gammavariate() to the docs.Georg Brandl2011-09-171-0/+7
|/
* Separate source link from main text.Raymond Hettinger2011-01-101-0/+2
* Move source links to consistent location and remove wordy, big yellow boxes.Raymond Hettinger2011-01-101-6/+2
* Fix heading levelAntoine Pitrou2010-12-121-2/+2
* Mention itertools.accumulate().Raymond Hettinger2010-12-041-0/+1
* Neaten-up random module docs.Raymond Hettinger2010-12-021-30/+31
* Add an example to the random docs.Raymond Hettinger2010-12-021-0/+26
* Provide links to Python source where the code is short, readable andÉric Araujo2010-11-161-0/+5
* typoRaymond Hettinger2010-09-071-1/+1
* Remove outdated reference to Wichmann-Hill algorithm.Raymond Hettinger2010-09-071-12/+4
* Issues #7889, #9025 and #9379: Improvements to the random module.Raymond Hettinger2010-09-071-0/+7