aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/random.py
Commit message (Expand)AuthorAge
* bpo-32554: Deprecate hashing arbitrary types in random.seed() (GH-15382)Raymond Hettinger2019-08-22
* bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)Serhiy Storchaka2019-06-01
* bpo-36559: random module: optimize sha512 import (GH-12742)Christian Heimes2019-04-10
* Convert range to repeat for choices() (#11889)Raymond Hettinger2019-02-16
* Be consistent about the use of from-imports in random module (GH-11837)Raymond Hettinger2019-02-13
* bpo-35782: Fix error message in randrange (GH-11620)Kumar Akshay2019-01-21
* bpo-30561: Sync-up expovariate() and gammavariate code (GH-1934)leodema2018-12-23
* bpo-35513, unittest: TextTestRunner uses time.perf_counter() (GH-11180)Victor Stinner2018-12-17
* Remove unnecessary and over-restrictive type check (GH-10905)Raymond Hettinger2018-12-04
* Add comments regarding speed/space/entropy trade-offs (GH-10885)Raymond Hettinger2018-12-04
* Hoist the float conversion out of the inner loop. (GH-10430)Raymond Hettinger2018-11-09
* Minor code refactoring. Compute len() one fewer times on one code path. (GH-...Raymond Hettinger2018-07-04
* bpo-24567: Random subnormal.diff (#7954)Raymond Hettinger2018-06-27
* bpo-33144: Fix choosing random.Random._randbelow implementation. (GH-6563)Serhiy Storchaka2018-05-08
* bpo-33144: random.Random and subclasses: split _randbelow implementation (GH-...Wolfgang Maier2018-04-17
* bpo-33203: Ensure random.choice always raises IndexError on empty sequence (G...Wolfgang Maier2018-04-05
* bpo-31482: Missing bytes support for random.seed() version 1 (#3614)Raymond Hettinger2017-09-17
* random_triangular: sqrt() is more accurate than **0.5 (#3317)Raymond Hettinger2017-09-04
* fix comment (#1798)leodema2017-06-04
* bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)Gregory P. Smith2017-05-29
* bpo-16500: Allow registering at-fork handlers (#1715)Antoine Pitrou2017-05-27
* Issue #29055: Suppress upstream exception for random.choice()Raymond Hettinger2016-12-27
* Issue 28475: Improve error message for random.sample() with k < 0. (Contribu...Raymond Hettinger2016-11-21
* Fix typosRaymond Hettinger2016-11-13
* Minor code beautificationRaymond Hettinger2016-11-01
* Issue #18844: Make the various ways for specifing weights produce the same re...Raymond Hettinger2016-10-29
* Issue #18844: Make the number of selections a keyword-only argument for rando...Raymond Hettinger2016-09-26
* Rename weighted_choices() to just choices()Raymond Hettinger2016-09-07
* Issue #18844: Add random.weighted_choices()Raymond Hettinger2016-09-06
* os.urandom() now blocks on LinuxVictor Stinner2016-09-06
* MergeRaymond Hettinger2016-09-04
|\
| * Improve docs for random.seed()Raymond Hettinger2016-09-04
* | Minor beautification (turn nested-if into a conjunction).Raymond Hettinger2016-08-31
* | MergeRaymond Hettinger2016-08-31
|\|
| * Issue #27706: Fix regression in random.seed(somestr, version=1)Raymond Hettinger2016-08-31
* | Minor beautificationRaymond Hettinger2016-06-25
|/
* Issue #27171: Fix typos in documentation, comments, and test function namesMartin Panter2016-06-02
* mergeRaymond Hettinger2014-05-25
|\
| * Issue 13355: Make random.triangular degrade gracefully when low == high.Raymond Hettinger2014-05-25
* | Improve readabilityRaymond Hettinger2014-05-19
|/
* Issue #21470: Do a better job seeding the random number generatorRaymond Hettinger2014-05-13
* Issue #19218: Rename collections.abc to _collections_abc in order to speed up...Christian Heimes2013-10-13
* Minor clean-up of function parameters in random().Raymond Hettinger2013-10-05
|\
| * Minor clean-up of function parameters in random().Raymond Hettinger2013-10-05
* | Issue #19169: Micro refactoring with a micro benefit for brevity and speed.Raymond Hettinger2013-10-05
* | Removing the merge conflict markers.Senthil Kumaran2013-09-12
* | merge from 3.3Senthil Kumaran2013-09-11
|\|
| * Improve the docstring of random.shuffle. Inform users not to provide int arg.Senthil Kumaran2013-09-11
* | Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-27
|\|
| * Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-27