I know about using something like
NSUInteger randomIndex = arc4random() % [theList count];
but I'm not sure how to set up the syntax between arrays to use something like that.
I also want to make it so the array from which the random object is taken, removes the object that is taken.
Can anyone out there help me out? Thanks in advance.
NSUInteger randomIndex = arc4random() % [theList count];
but I'm not sure how to set up the syntax between arrays to use something like that.
I also want to make it so the array from which the random object is taken, removes the object that is taken.
Can anyone out there help me out? Thanks in advance.