View Single Post
Old Feb 23rd, 2007, 5:26 PM   #5
titaniumdecoy
Expert Programmer
 
titaniumdecoy's Avatar
 
Join Date: Nov 2005
Posts: 909
Rep Power: 3 titaniumdecoy is on a distinguished road
Send a message via AIM to titaniumdecoy
If you want to avoid duplicate values, copy each unique value from the original list into a new list, say outlist. Then shuffle outlist and remove each element you add to list.
titaniumdecoy is offline   Reply With Quote