Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. val faircoin = CoinDist(0.5)
  2. val headsDist = faircoin.dist("heads") // 0.5 same as tails
  3. val kneesDist = faircoin.dist("knees") // 0.0 not in the space
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement