| 
    FoundationExtension
    
   FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection. 
   | 
 
Random selection in NSMutableArray objects. More...
#import <NSArray.h>
Instance Methods | |
| (id) | - removeRandomObject | 
| Removes a random object in the array.  More... | |
| (void) | - shuffle | 
| Shuffle.  More... | |
Random selection in NSMutableArray objects.
| - (id) removeRandomObject | 
Removes a random object in the array.
| - (void) shuffle | 
Shuffle.