]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Simplify choice()'s interaction with the private _randbelow() method (GH-19831)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Fri, 1 May 2020 17:34:19 +0000 (10:34 -0700)
committerGitHub <noreply@github.com>
Fri, 1 May 2020 17:34:19 +0000 (10:34 -0700)
commit4168f1e46041645cf54bd053981270d8c4c1313b
tree2374e163fb3c433e17bc44656336de4213a8e61b
parent03b7642265e65f198682f22648dbe6cf4fff9835
Simplify choice()'s interaction with the private _randbelow() method (GH-19831)
Lib/random.py
Lib/test/test_random.py