| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-123968: fix -f/--float command line option description (#124517) | Robert Wolff | 2024-09-25 | 1 | -1/+1 |
|
|
* | gh-121905: Consistently use "floating-point" instead of "floating point" (GH-... | Serhiy Storchaka | 2024-07-19 | 1 | -6/+6 |
|
|
* | docs: module page titles should not start with a link to themselves (#117099) | Ned Batchelder | 2024-05-08 | 1 | -2/+2 |
|
|
* | gh-118671: Updated dead ActiveState links (#118730) | trag1c | 2024-05-08 | 1 | -1/+1 |
|
|
* | gh-118131: Command-line interface for the `random` module (#118132) | Hugo van Kemenade | 2024-05-05 | 1 | -0/+80 |
|
|
* | gh-118392: Add note about random.random for multi thread app (gh-118396) | Donghee Na | 2024-04-30 | 1 | -0/+6 |
|
|
* | gh-115921: Change 'equation' to 'expression' in random.rst (#115927) | Terry Jan Reedy | 2024-02-26 | 1 | -1/+2 |
|
|
* | gh-101100: Fix Sphinx warnings in library/random.rst (#112981) | Hugo van Kemenade | 2023-12-28 | 1 | -15/+44 |
|
|
* | gh-112999: Replace the outdated "deprecated" directives with "versionchanged"... | Serhiy Storchaka | 2023-12-12 | 1 | -4/+4 |
|
|
* | gh-104337: Clarify random.gammavariate doc entry (#104410) | Terry Jan Reedy | 2023-05-14 | 1 | -3/+6 |
|
|
* | Move binomialvariate() to a section for discrete distributions (GH-102955) | Raymond Hettinger | 2023-03-23 | 1 | -3/+3 |
|
|
* | GH-102653: Make recipe docstring show the correct distribution (#102742) | Raymond Hettinger | 2023-03-16 | 1 | -1/+2 |
|
|
* | GH-101097: Switch from standard interval notation to greater or less than sig... | Andrew Hong | 2023-01-22 | 1 | -3/+3 |
|
|
* | GH-100234: Set a default value for random.expovariate() (GH-100235) | Raymond Hettinger | 2022-12-15 | 1 | -1/+4 |
|
|
* | Move random selection recipes from itertools.rst to random.rst (GH-98369) | Raymond Hettinger | 2022-10-17 | 1 | -0/+31 |
|
|
* | gh-96959: Update more HTTP links (GH-97536) | Serhiy Storchaka | 2022-09-27 | 1 | -2/+2 |
|
|
* | gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961) | Serhiy Storchaka | 2022-09-24 | 1 | -2/+2 |
|
|
* | fix various typos in random module's documentation (GH-96912) | partev | 2022-09-18 | 1 | -4/+4 |
|
|
* | gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642) | Serhiy Storchaka | 2022-08-04 | 1 | -1/+1 |
|
|
* | gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9... | Serhiy Storchaka | 2022-08-04 | 1 | -1/+1 |
|
|
* | GH-81620: Add random.binomialvariate() (GH-94719) | Raymond Hettinger | 2022-07-13 | 1 | -6/+25 |
|
|
* | gh-86388 Remove deprecated behaviors in randrange() (#92677) | Raymond Hettinger | 2022-05-12 | 1 | -14/+13 |
|
|
* | bpo-40465: Document random module changes in 3.11 What's new (#31818) | Tomáš Hrnčiar | 2022-03-24 | 1 | -1/+1 |
|
|
* | bpo-46737: Add default arguments to random.gauss and normalvariate (GH-31360) | Zackery Spytz | 2022-02-15 | 1 | -2/+8 |
|
|
* | bpo-46624: Defer to 3.12: "Remove deprecated support for non-integer values" ... | Miro Hrončok | 2022-02-03 | 1 | -4/+9 |
|
|
* | Improve multiserver queue recipe (GH-29012) | Raymond Hettinger | 2021-10-17 | 1 | -5/+6 |
|
|
* | bpo-42222: Remove deprecated support for non-integer values (GH-28983) | Raymond Hettinger | 2021-10-16 | 1 | -9/+4 |
|
|
* | bpo-40465: Remove random module features deprecated in 3.9 (GH-25874) | Raymond Hettinger | 2021-05-04 | 1 | -13/+9 |
|
|
* | Doc: Fix random.uniform example comment. (GH-25784) | Julien Palard | 2021-05-03 | 1 | -1/+1 |
|
|
* | Document that random.gauss is normal distribution (GH-24935) | Joonas Paalasmaa | 2021-04-20 | 1 | -3/+3 |
|
|
* | bpo-37319: Improve documentation, code and tests of randrange. (GH-19112) | Serhiy Storchaka | 2021-01-25 | 1 | -2/+3 |
|
|
* | bpo-42222: Modernize integer test/conversion in randrange() (#23064) | Raymond Hettinger | 2020-12-28 | 1 | -0/+9 |
|
|
* | bpo-42559: Not that getrandbits() is non-negative. (GH-23843) | Raymond Hettinger | 2020-12-19 | 1 | -4/+5 |
|
|
* | bpo-39108: Document threading issues for random.gauss() (GH-22928) | Raymond Hettinger | 2020-10-25 | 1 | -0/+7 |
|
|
* | Minor clarification (GH-22708) | Raymond Hettinger | 2020-10-15 | 1 | -3/+3 |
|
|
* | Improve recipe readability (GH-22685) | Raymond Hettinger | 2020-10-13 | 1 | -31/+37 |
|
|
* | Add recipe for a version of random() with a larger population (GH-22664) | Raymond Hettinger | 2020-10-13 | 1 | -2/+53 |
|
|
* | bpo-41773: Raise exception for non-finite weights in random.choices(). (GH-2... | Ram Rachum | 2020-09-29 | 1 | -2/+2 |
|
|
* | Revert "Fix all Python Cookbook links (#22205)" (GH-22424) | Andre Delfino | 2020-09-27 | 1 | -1/+1 |
|
|
* | Fix all Python Cookbook links (#22205) | Andre Delfino | 2020-09-15 | 1 | -1/+1 |
|
|
* | Improve output summary in the examples and recipes section (GH-20285) | Raymond Hettinger | 2020-05-21 | 1 | -3/+3 |
|
|
* | bpo-40541: Add optional *counts* parameter to random.sample() (GH-19970) | Raymond Hettinger | 2020-05-08 | 1 | -7/+14 |
|
|
* | bpo-40286: Put methods in correct sections. Add security notice to use secret... | Raymond Hettinger | 2020-05-05 | 1 | -10/+15 |
|
|
* | Fix missing space in docs(GH-19866) | Mathieu Dupuy | 2020-05-02 | 1 | -1/+1 |
|
|
* | bpo-40465: Deprecate the optional argument to random.shuffle(). (#19867) | Raymond Hettinger | 2020-05-02 | 1 | -0/+3 |
|
|
* | Small improvements to the recipes and examples. (GH-19635) | Raymond Hettinger | 2020-04-21 | 1 | -30/+26 |
|
|
* | bpo-40325: Deprecate set object support in random.sample() (GH-19591) | Raymond Hettinger | 2020-04-19 | 1 | -0/+7 |
|
|
* | bpo-40282: Allow random.getrandbits(0) (GH-19539) | Antoine Pitrou | 2020-04-17 | 1 | -0/+3 |
|
|
* | bpo-40286: Add randbytes() method to random.Random (GH-19527) | Victor Stinner | 2020-04-17 | 1 | -0/+7 |
|
|
* | Doc: Fix s/pseudo random/pseudo-random/ (GH-18289) | Julien Palard | 2020-01-31 | 1 | -2/+2 |
|
|