Result Size:
625 x 571
demo_ref_random_getrandbits.py:
import random print(random.getrandbits(2))
➜ begtut>python demo_random_getrandbits.py
238