Generate Deck Of Card

BlitzPlus Forums/BlitzPlus Programming/Generate Deck Of Card

nyybaseball(Posted 2014) [#1]
How would I generate and shuffle a complete deck of cards?


Matty(Posted 2014) [#2]
Using a list of objects in a type collection store each of the 52 cards and then remove them one at a time choosing randomly from what is left in the deck....