Possible Duplicate:
What's the Best Way to Shuffle an NSMutableArray?
Non repeating random numbers
How to get random indexes of NSMutableArray without repeating? I have NSMutableArray *audioList. I want to play each track in shuffle mode, without repeating. How to do this in the best way?