The Fisher-Yates shuffle is backward

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…

Possibly Wrong