Posted by Andrew - Team 27297 on May 20, 19100 at 22:38:54:
In Reply to: random and unique numbers posted by nicks on March 30, 19100 at 21:47:03:
Store the drawn entries in an array, then check that the next random number doesn't match any in the array. If it does, pick another random number.