Corrected typo: 5 to 0.5 (#1041)
Values from random.random() are always in the range [0.0, 1.0), so the statement `random.random() > 5` will never be true.
Showing
Please register or sign in to comment
Values from random.random() are always in the range [0.0, 1.0), so the statement `random.random() > 5` will never be true.