←back to thread

97 points indigodaddy | 4 comments | | HN request time: 0.651s | source
Show context
sneak ◴[] No.45154725[source]
> Card dealers create a unique deck with each shuffle, something computers cannot replicate

This is entirely, unequivocally false.

Shuffling as an algorithm to implement is easy to fuck up, but if you use a good one and a true RNG source, computers can shuffle better than humans - just as randomly, and many orders of magnitude faster.

replies(3): >>45154759 #>>45154777 #>>45156509 #
1. indigodaddy ◴[] No.45154777[source]
Maybe they mean that computers can't replicate the imperfections/shortcomings that might define human/hand shuffling? That's kind of how I took it.
replies(2): >>45154877 #>>45154986 #
2. evrydayhustling ◴[] No.45154877[source]
Those human imperfections likely decrease randomness - for example leaving cards that started adjacent more likely to remain adjacent han by strict chance.
replies(1): >>45154926 #
3. harrall ◴[] No.45154926[source]
They most definitely decrease randomness.

But I guess the article’s point is that human imperfections offset that with lower correlated failure modes.

4. dwattttt ◴[] No.45154986[source]
Given

> an algorithm would randomly select an arrangement from the 52! possible decks. But no computer has enough memory to evaluate all of these possibilities

It sounds more like they don't understand how a computer can shuffle something.