i'm using this in a quiz.
Code:Math.RandomSeed(nSeedVariable) nRnd = Math.Random(1, Table.Count(BigQuiz));
lets say i have 100 questions in the quiz, will this code show the same question more than once in the quiz, or will it only come up the same number once?
another way to put it is, will question 1 be put into the quiz more than once. i've had a user say that everyonce in a while, they would get the same question in a single quiz but i havent been able to duplicate the problem.
any help would be great.
Chris

