How to arrange a set of objects randomly in several fixed places?
I have 12 objects, and I want them to be arranged randomly at (every x time) in different fixed position and without any overlap between them.
For better illustration, at position (100,200,300,400,500,600,700,800,900,1000,1100,1200)I want to distribute 12 objects on these twelve position randomly (every x second) without duplication or overlap.
Please help me....