Skip to content

Instantly share code, notes, and snippets.

@ZackFox
Created March 31, 2019 12:25
Show Gist options
  • Save ZackFox/8e2055601ffa17f0327db648db0deee7 to your computer and use it in GitHub Desktop.
Save ZackFox/8e2055601ffa17f0327db648db0deee7 to your computer and use it in GitHub Desktop.
function getRandomInt(min, max) {
return Math.floor(Math.random() * (max - min)) + min;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment