i know that there are many ways to program a deck of poker cards where value is important after searching on the net.
My problem is that my "deck" of cards is a simple array with value as "card name" (example 1 = Ace of Spades)
Do i randomize my current Array with NSMutableArray and then remove index 0 everytime the card is being "drawn" til the last card?"
The standard algorithm is something like this: