Skip to content

Instantly share code, notes, and snippets.

@JefClaes
Created December 13, 2014 11:13
Show Gist options
  • Select an option

  • Save JefClaes/6b4784286189dc16b0b7 to your computer and use it in GitHub Desktop.

Select an option

Save JefClaes/6b4784286189dc16b0b7 to your computer and use it in GitHub Desktop.
Spinning the wheel: clustering and near misses (1)
let physicalWheel = [Miss1; Miss2; Win; Miss3] |> Seq.ofList
let virtualWheel = [1; 1; 1; 1; 2; 3; 3; 3] |> Seq.ofList
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment