Hi everyone, Does anyone now how to generate a list of unique random numbers? The random component returns duplicate numbers (when you use integers). I'm sure there is a way to cull out the duplicates so I am left with just the unique items in the list but ideally there would be a boolean in the random that would force unique numbers when dealing with lists.
Basically, I am looking for something like David's random deselect script. Thanks, Andrew
