This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lormuc
Recipients lormuc
Date 2021-07-09.20:46:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625863592.21.0.811014081503.issue44593@roundup.psfhosted.org>
In-reply-to
Content
For example, Lib/random.py/Random._randbelow_with_getrandbits(1) should always return 0, as per docstring, but it asks for 1 random bit from getrandbits().
History
Date User Action Args
2021-07-09 20:46:32lormucsetrecipients: + lormuc
2021-07-09 20:46:32lormucsetmessageid: <1625863592.21.0.811014081503.issue44593@roundup.psfhosted.org>
2021-07-09 20:46:32lormuclinkissue44593 messages
2021-07-09 20:46:32lormuccreate