Created
May 7, 2018 21:04
-
-
Save anthony2025/b1ddcddd3c9f7830be1c27ac9bcd0cec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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