If the RNG only picked one number, then you're correct.
But, I remember the characteristics of the RNG that John uses, it creates a random order for the full field of numbers. If there were only 10 numbers, the output might look like this: 4,6,8,3,5,1,9,10,2,7 The RNG doesn't pick only one number nor does it pick the first number and then list the others sequentially ... like this: 4,5,6,7,8,9,10,1,2,3. Thus, having expired numbers ahead of your number does not tilt the odds in your favor.
Yes?
Cheers,
Tom
Correct, all issued numbers (i.e. 1 to 800) appear in random order, single column, same page.
I'm no mathematician, but it seems to me that fair chance is preserved.