Answers for "python library random boolean"

3

python random true false

bool(random.getrandbits(1)) #is still about twice as fast as random.choice([True, False])
Posted by: Guest on May-07-2020

Python Answers by Framework

Browse Popular Code Answers by Language