Skip to content

Instantly share code, notes, and snippets.

@klgraham
Created March 26, 2016 04:21
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 klgraham/bc3d348ceec7ef84625f to your computer and use it in GitHub Desktop.
Save klgraham/bc3d348ceec7ef84625f to your computer and use it in GitHub Desktop.
let dice = die6.flatMap({
(d1: Int) in return die6.map({ (d2: Int) in return d1 + d2 })
})
dice.sample(10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment