Fix the number generator
The number generator disproportionately favors digits 1-5 over 6. This fixes it using random's randint() function and the SystemRandom class. Function numgen() will now always return a list.
This commit is contained in:
Reference in New Issue
Block a user