in reply to Re^5: Functional shuffle
in thread Functional shuffle

There a large difference between the fairness of the algorithm, and fairness of any implementation with practical constraints.

A sort-based shuffle is an algorithm that is not fair. It's rotten at the root. An implementation that suffers from an inperfect random generator has fairness problems due to environmental constraits.

Don't confuse the two things.