I've followed the random number generating tutorial, but while I'm in a loop, it uses the same generated number. Say for example, I run the program and the random number is 3, then for each loop, the random number will be 3 until the loop ends, I would like the random number to change each time the loop runs.

How do I do this?

Thanks


Dave