Repeating random variables in VBA
Posted
by Soo
on Stack Overflow
See other posts from Stack Overflow
or by Soo
Published on 2010-05-21T19:26:12Z
Indexed on
2010/05/21
20:40 UTC
Read the original article
Hit count: 170
How can I use randomize and rnd to get a repeating list of random variables?
By repeating list, I mean if you run a loop to get 10 random numbers, each random number in the list will be unique. In addition, if you were to run this sequence again, you would get the same 10 random numbers as before.
© Stack Overflow or respective owner