Skip to content

Instantly share code, notes, and snippets.

@cesare
Created December 4, 2012 13:07
Show Gist options
  • Save cesare/4203716 to your computer and use it in GitHub Desktop.
Save cesare/4203716 to your computer and use it in GitHub Desktop.
r = Random.new(19930224); (1..22).sort_by { r.rand }
# => [4, 10, 13, 18, 7, 16, 20, 15, 22, 2, 19, 5, 17, 14, 8, 6, 9, 1, 11, 3, 21, 12]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment