I have a standard deck of 52 cards is represented in an array. Each card is represented as an integer. I wrote the below function to shuffle the cards. Does the code below l
Take a look at Jeff Atwood's blog post on the subject.
http://www.codinghorror.com/blog/2007/12/shuffling.html