COMMITS
/ Doc/library/random.rst February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
January 12, 2026
R
Update random combinatoric recipes and add tests (gh-143762)
Raymond Hettinger committed
December 19, 2025
September 6, 2025
G
Docs: Fix typo in `random_derangement` recipe (GH-138599)
Gilles Peiffer committed
September 4, 2025
R
Add random_derangement recipe gh-138377
Raymond Hettinger committed
July 7, 2025
S
gh-101100: Fix sphinx warnings in `whatsnew/3.9` (#136163)
sobolevn committed
September 25, 2024
R
gh-123968: fix -f/--float command line option description (#124517)
Robert Wolff committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
T
gh-118671: Updated dead ActiveState links (#118730)
trag1c committed
May 5, 2024
H
gh-118131: Command-line interface for the `random` module (#118132)
Hugo van Kemenade committed
April 30, 2024
D
gh-118392: Add note about random.random for multi thread app (gh-118396)
Donghee Na committed
February 26, 2024
T
gh-115921: Change 'equation' to 'expression' in random.rst (#115927)
Terry Jan Reedy committed
December 28, 2023
H
gh-101100: Fix Sphinx warnings in library/random.rst (#112981)
Hugo van Kemenade committed
December 12, 2023
S
gh-112999: Replace the outdated "deprecated" directives with "versionchanged" (GH-113000)
Serhiy Storchaka committed
May 14, 2023
T
gh-104337: Clarify random.gammavariate doc entry (#104410)
Terry Jan Reedy committed
March 23, 2023
R
Move binomialvariate() to a section for discrete distributions (GH-102955)
Raymond Hettinger committed
March 16, 2023
R
GH-102653: Make recipe docstring show the correct distribution (#102742)
Raymond Hettinger committed
January 22, 2023
December 15, 2022
R
GH-100234: Set a default value for random.expovariate() (GH-100235)
Raymond Hettinger committed
October 17, 2022
R
Move random selection recipes from itertools.rst to random.rst (GH-98369)
Raymond Hettinger committed
September 27, 2022
S
gh-96959: Update more HTTP links (GH-97536)
Serhiy Storchaka committed
September 24, 2022
S
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
Serhiy Storchaka committed
September 18, 2022
P
fix various typos in random module's documentation (GH-96912)
partev committed
August 4, 2022
S
gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)
Serhiy Storchaka committed
S
gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-95527)
Serhiy Storchaka committed
July 13, 2022
R
GH-81620: Add random.binomialvariate() (GH-94719)
Raymond Hettinger committed
May 12, 2022
R
gh-86388 Remove deprecated behaviors in randrange() (#92677)
Raymond Hettinger committed
March 24, 2022
T
bpo-40465: Document random module changes in 3.11 What's new (#31818)
Tomáš Hrnčiar committed
February 15, 2022
Z
bpo-46737: Add default arguments to random.gauss and normalvariate (GH-31360)
Zackery Spytz committed
February 3, 2022
M
bpo-46624: Defer to 3.12: "Remove deprecated support for non-integer values" (GH-31098)
Miro Hrončok committed
October 17, 2021
R
Improve multiserver queue recipe (GH-29012)
Raymond Hettinger committed
October 16, 2021
R
bpo-42222: Remove deprecated support for non-integer values (GH-28983)
Raymond Hettinger committed
May 4, 2021
R
bpo-40465: Remove random module features deprecated in 3.9 (GH-25874)
Raymond Hettinger committed
May 3, 2021
J
Doc: Fix random.uniform example comment. (GH-25784)
Julien Palard committed
April 20, 2021
J
Document that random.gauss is normal distribution (GH-24935)
Joonas Paalasmaa committed
January 25, 2021
S
bpo-37319: Improve documentation, code and tests of randrange. (GH-19112)
Serhiy Storchaka committed
December 28, 2020
R
bpo-42222: Modernize integer test/conversion in randrange() (#23064)
Raymond Hettinger committed
December 19, 2020
R
bpo-42559: Not that getrandbits() is non-negative. (GH-23843)
Raymond Hettinger committed
October 25, 2020
R
bpo-39108: Document threading issues for random.gauss() (GH-22928)
Raymond Hettinger committed
October 15, 2020
R
Minor clarification (GH-22708)
Raymond Hettinger committed
October 13, 2020
R
Improve recipe readability (GH-22685)
Raymond Hettinger committed
R
Add recipe for a version of random() with a larger population (GH-22664)
Raymond Hettinger committed
September 29, 2020
R
bpo-41773: Raise exception for non-finite weights in random.choices(). (GH-22441)
Ram Rachum committed
September 27, 2020
A
Revert "Fix all Python Cookbook links (#22205)" (GH-22424)
Andre Delfino committed
September 15, 2020
A
Fix all Python Cookbook links (#22205)
Andre Delfino committed
May 21, 2020
R
Improve output summary in the examples and recipes section (GH-20285)
Raymond Hettinger committed
May 8, 2020
R
bpo-40541: Add optional *counts* parameter to random.sample() (GH-19970)
Raymond Hettinger committed
May 5, 2020
R
bpo-40286: Put methods in correct sections. Add security notice to use secrets for session tokens. (GH-19870)
Raymond Hettinger committed
May 2, 2020
M
Fix missing space in docs(GH-19866)
Mathieu Dupuy committed