Skip to content

Instantly share code, notes, and snippets.

@Yuichiroh
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yuichiroh/838d7243a4f4ec5df769 to your computer and use it in GitHub Desktop.
Save Yuichiroh/838d7243a4f4ec5df769 to your computer and use it in GitHub Desktop.
scala> util.Random.shuffle[Int, IndexedSeq](1 until 3)
res5: IndexedSeq[Int] = Vector(2, 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment