“In an ideal world, an algorithm would randomly select an arrangement from the 52! possible decks. But no computer has enough memory to evaluate all of these possibilities, and a perfect random number generator doesn’t yet exist. Therefore, developers generally rely on algorithms that simulate card shuffling.”
You’ve got to be kidding me. What’s wrong with sampling each card independently and uniformly (without replacement)?
replies(2):