diff options
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2022-12-15 18:40:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-15 18:40:45 (GMT) |
commit | b430399d41fa88e9040cd055e55cf9211bf63c61 (patch) | |
tree | a83f25c8bb342a19bbefe8f76208eff2c0f43fc1 /Misc | |
parent | 8356c14b4f81f4d0010afb61610edacf4068b804 (diff) | |
download | cpython-b430399d41fa88e9040cd055e55cf9211bf63c61.zip cpython-b430399d41fa88e9040cd055e55cf9211bf63c61.tar.gz cpython-b430399d41fa88e9040cd055e55cf9211bf63c61.tar.bz2 |
GH-100234: Set a default value for random.expovariate() (GH-100235)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-12-14-11-45-38.gh-issue-100234.kn6yWV.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-12-14-11-45-38.gh-issue-100234.kn6yWV.rst b/Misc/NEWS.d/next/Library/2022-12-14-11-45-38.gh-issue-100234.kn6yWV.rst new file mode 100644 index 0000000..6d9b909 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-12-14-11-45-38.gh-issue-100234.kn6yWV.rst @@ -0,0 +1,2 @@ +Set a default value of 1.0 for the ``lambd`` parameter in +random.expovariate(). |