]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33144: random.Random and subclasses: split _randbelow implementation (GH-6291)
authorWolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de>
Tue, 17 Apr 2018 15:16:17 +0000 (17:16 +0200)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Tue, 17 Apr 2018 15:16:17 +0000 (08:16 -0700)
commitba3a87aca37cec5b1ee32cf68f4a254fa0bb2bec
tree4352a84a350b5170a7ec2c519e4c49906b8bc339
parent28e8b66d6c632552765b5fb4573b7f3c9decc3c1
bpo-33144: random.Random and subclasses: split _randbelow implementation (GH-6291)
Lib/random.py
Lib/test/test_random.py
Misc/NEWS.d/next/Library/2018-04-10-14-50-30.bpo-33144.iZr4et.rst [new file with mode: 0644]