Skip to content

Instantly share code, notes, and snippets.

@klgraham
Created March 26, 2016 04:17
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/5f463aa9da533fec934c to your computer and use it in GitHub Desktop.
Save klgraham/5f463aa9da533fec934c to your computer and use it in GitHub Desktop.
let tf = uniform.map({ $0 < 0.7 })
tf.sample(10)
let bernoulli = tf.map({ $0 ? 1 : 0 })
bernoulli.sample(10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment