Dean
Posts:
7
Registered:
12/26/09
|
|
Generating non repeating numbers
Posted:
Mar 4, 2012 12:26 AM
|
|
I am trying to generate in random order integers from 1 to 28. I would like them to be generated in non-repeating form so I will have only one of each of these integers. With functions such as randomInteger(1,28) I can get some of the integers repeated - not what I want! Thank you in advance
|
|