Skip to content

Instantly share code, notes, and snippets.

@anthony2025
Created May 7, 2018 21:04
Show Gist options
  • Save anthony2025/b1ddcddd3c9f7830be1c27ac9bcd0cec to your computer and use it in GitHub Desktop.
Save anthony2025/b1ddcddd3c9f7830be1c27ac9bcd0cec to your computer and use it in GitHub Desktop.
const percentChance = (probability) => Math.random() <= probability
if (percentChance(0.95)) doSomething()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment