Skip to content

Instantly share code, notes, and snippets.

@Yuichiroh
Last active August 29, 2015 14:18
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/07765b05bc019442ae72 to your computer and use it in GitHub Desktop.
Save Yuichiroh/07765b05bc019442ae72 to your computer and use it in GitHub Desktop.
scala> util.Random.shuffle((1 until 3).toList)
res4: List[Int] = List(2, 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment