Skip to content

Instantly share code, notes, and snippets.

@bwmarkle
Created August 8, 2022 17:42
Show Gist options
  • Save bwmarkle/7d075707dba66a15dc8000ce1b06af62 to your computer and use it in GitHub Desktop.
Save bwmarkle/7d075707dba66a15dc8000ce1b06af62 to your computer and use it in GitHub Desktop.
for i from 1 to 52
j := i + randomInt(53 - i) - 1
a.swapEntries(i, j)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment