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.