]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40286: Makes simpler the relation between randbytes() and getrandbits() (GH-19574)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 17 Apr 2020 20:51:28 +0000 (23:51 +0300)
committerGitHub <noreply@github.com>
Fri, 17 Apr 2020 20:51:28 +0000 (23:51 +0300)
commit223221b290db00ca1042c77103efcbc072f29c90
tree199bb4c0de90ab39ee03500b83b8c312250895cb
parent5b1d9184bb0e34391637c06bc7651fb6de8a6240
bpo-40286: Makes simpler the relation between randbytes() and getrandbits() (GH-19574)
Lib/test/test_random.py
Modules/_randommodule.c