in reply to Re: Check randomly generated numbers have not been used before (shuffle)
in thread Check randomly generated numbers have not been used before

++ for suggesting a pseudo random generator! :)

This thread became (as usual) so long b/c the OP doesn't give us much detail, like

My first guess was to suggest a very simple algebraic Linear congruential generator where each element in the sequence is predictable and collisions are avoided.

But as usual because of lack of information we try to answer a wide range of possible questions. :(

Cheers Rolf

(addicted to the Perl Programming Language)

  • Comment on Re^2: Check randomly generated numbers have not been used before (shuffle)