The Fisher-Yates shuffle is backward
https://possiblywrong.wordpress.com/2020/12/10/the-fisher-yates-shuffle-is-backward/
#HackerNews #FisherYatesShuffle #ShuffleAlgorithm #ComputerScience #BackwardLogic #Randomization
Given a list of $latex n$ elements, such as cards in a deck, what is the right way to shuffle the list? That is, what is the appropriate algorithm to (pseudo)randomly permute the elements in the li…