When I set up this bit of code, every time I debug the software it generates the same number. Can anyone tell me why this is happening?
dim value as integer
value = (CInt(Int(100 * Rnd())))
messagebox.show(value)
Because it should be random.
here is an example: (From top to bottom)
- I debug the software
- the code runs, and it generates the number 70
- I stop the debugging
- I debug it again and it generates the number 70 again
And that's happening over and over, the first two times I thought it was just luck, but when I did it a couple of times it always came back on the 70 (as an example).
But when I keep the software running and I run the code over and over again, by the use of a button, it generates completely different, and random numbers. Start it back up again and there is the number 70 again.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…