Question
RandRange returns the same number in a loop
In this code, when going through the loop,
randNum doesn't change to a different value (which is a bit
of a problem and not very random if you ask me). Is there something
I am doing wrong to produce the same random number through the
loop?
