-
Adrian Campos authored
Values from random.random() are always in the range [0.0, 1.0), so the statement `random.random() > 5` will never be true.
12fab3a2
Values from random.random() are always in the range [0.0, 1.0), so the statement `random.random() > 5` will never be true.