Actually, because you use the same seed every time - 10000 (and the correct syntax is:
Randomize 10000
), you get the same sequence of numbers. Using the example onpt gave, with no number following Randomize, it uses the system timer, which will give you a much better random sequence.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.