summaryrefslogtreecommitdiff
path: root/Lib/random.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #29055: Suppress upstream exception for random.choice()Raymond Hettinger2016-12-271-1/+1
* Issue 28475: Improve error message for random.sample() with k < 0. (Contribu...Raymond Hettinger2016-11-211-1/+1
* Fix typosRaymond Hettinger2016-11-131-1/+1
* Minor code beautificationRaymond Hettinger2016-11-011-2/+1
* Issue #18844: Make the various ways for specifing weights produce the same re...Raymond Hettinger2016-10-291-3/+4
* 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-3/+3
* Issue #18844: Add random.weighted_choices()Raymond Hettinger2016-09-061-1/+27
* os.urandom() now blocks on LinuxVictor Stinner2016-09-061-9/+0
* MergeRaymond Hettinger2016-09-041-3/+5
|\
| * Improve docs for random.seed()Raymond Hettinger2016-09-041-3/+5
* | Minor beautification (turn nested-if into a conjunction).Raymond Hettinger2016-08-311-6/+5
* | MergeRaymond Hettinger2016-08-311-0/+7
|\ \ | |/
| * Issue #27706: Fix regression in random.seed(somestr, version=1)Raymond Hettinger2016-08-311-0/+7
* | Minor beautificationRaymond Hettinger2016-06-251-2/+2
|/
* Issue #27171: Fix typos in documentation, comments, and test function namesMartin Panter2016-06-021-1/+1
* mergeRaymond Hettinger2014-05-251-1/+1
|\
| * Improve readabilityRaymond Hettinger2014-05-191-1/+1
* | Issue 13355: Make random.triangular degrade gracefully when low == high.Raymond Hettinger2014-05-251-1/+4
|/
* Issue #21470: Do a better job seeding the random number generatorRaymond Hettinger2014-05-131-1/+3
* Issue #19218: Rename collections.abc to _collections_abc in order to speed up...Christian Heimes2013-10-131-1/+1
* Minor clean-up of function parameters in random().Raymond Hettinger2013-10-051-12/+17
|\
| * Minor clean-up of function parameters in random().Raymond Hettinger2013-10-051-11/+17
* | Issue #19169: Micro refactoring with a micro benefit for brevity and speed.Raymond Hettinger2013-10-051-2/+2
* | Removing the merge conflict markers.Senthil Kumaran2013-09-121-5/+0
* | merge from 3.3Senthil Kumaran2013-09-111-1/+10
|\ \ | |/ |/|
| * Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-1/+1
| |\
| * \ Revert changes for #13355 by request from Raymond HettingerAndrew Svetlov2013-04-131-3/+7
| |\ \
| | * \ Issue #13355: Raise ValueError on random.triangular call with invalid params.Andrew Svetlov2013-04-121-3/+7
| | |\ \
| | | * | #17489: Add explanatory comment that __getstate__ is not called.R David Murray2013-04-021-0/+3
| | | * | Issue #17141: random.vonmisesvariate() no more hangs for large kappas.Serhiy Storchaka2013-02-101-8/+6
| | | |\ \
| | | * \ \ Issue #17149: merge fix from 3.3.Mark Dickinson2013-02-101-3/+4
| | | |\ \ \
| | | | * | | Issue #15837: add some tests for random.shuffle().Antoine Pitrou2012-11-041-3/+4
* | | | | | | Improve the docstring of random.shuffle. Inform users not to provide int arg.Senthil Kumaran2013-09-111-0/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-1/+1
|/ / / / /
* | | | | Revert changes for #13355 by request from Raymond HettingerAndrew Svetlov2013-04-131-10/+0
|/ / / /
* | | | Issue #13355: Raise ValueError on random.triangular call with invalid params.Andrew Svetlov2013-04-121-0/+10
| |_|/ |/| |
* | | Issue #17141: random.vonmisesvariate() no more hangs for large kappas.Serhiy Storchaka2013-02-101-1/+1
|\ \ \ | |/ /
| * | Issue #17149: merge fix from 3.2.Mark Dickinson2013-02-101-2/+2
| |\ \ | | |/ | |/|
| * | Issue #14926: merge with 3.2Sandro Tosi2012-06-021-1/+1
| |\ \
| | * \ Merge 3.2Brian Curtin2011-11-111-1/+0
| | |\ \
| | * \ \ Code simplification suggested by Sven Marnach.Raymond Hettinger2011-06-251-1/+1
| | |\ \ \
| | | * \ \ Avoid codec spelling issues by just using the utf-8 default.Raymond Hettinger2011-05-051-1/+1
| | | |\ \ \
| | | * \ \ \ #11848: Merge with 3.2.Ezio Melotti2011-04-151-1/+1
| | | |\ \ \ \
| | | * \ \ \ \ Issue 10787: Document the probability density function for random.gammavariate.Raymond Hettinger2011-03-221-5/+5
| | | |\ \ \ \ \
| | | | * | | | | Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-251-1/+1
| | | | * | | | | Fix imports from collections.abcRaymond Hettinger2011-02-231-4/+4
* | | | | | | | | Issue #17141: random.vonmisesvariate() no more hangs for large kappas.Serhiy Storchaka2013-02-101-8/+6
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Issue #17149: Fix random.vonmisesvariate to always return results in [0, 2*ma...Mark Dickinson2013-02-101-2/+2
|/ / / / / / /
* | | | | | | Issue #14926: fix docstring highlightSandro Tosi2012-06-021-1/+1
| |_|_|_|_|/ |/| | | | |