Files
cpython/Lib/test/test_random.py
Serhiy Storchaka 68784fed78 gh-133489: Remove size restrictions on getrandbits() and randbytes() (GH-133658)
random.getrandbits() can now generate more that 2**31 bits.
random.randbytes() can now generate more that 256 MiB.
2025-05-31 11:23:01 +03:00

60 KiB