#import @interface NSMutableArray (WSRandom) - (id) objectAtRandomIndex; - (void) shuffle; @end