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.
Created on 2021年07月09日 20:46 by lormuc, last changed 2022年04月11日 14:59 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg397219 - (view) | Author: (lormuc) * | Date: 2021年07月09日 20:46 | |
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(). |
|||
| msg397225 - (view) | Author: Mark Dickinson (mark.dickinson) * (Python committer) | Date: 2021年07月09日 21:09 | |
See #37000 for previous discussion. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:59:47 | admin | set | github: 88759 |
| 2021年07月12日 20:00:39 | mark.dickinson | set | superseder: _randbelow_with_getrandbits function inefficient with powers of two resolution: duplicate |
| 2021年07月09日 21:37:33 | lormuc | set | status: open -> closed stage: resolved |
| 2021年07月09日 21:09:07 | mark.dickinson | set | nosy:
+ mark.dickinson messages: + msg397225 |
| 2021年07月09日 20:46:32 | lormuc | create | |