Skip to content

Instantly share code, notes, and snippets.

@kayz1
Created September 19, 2013 20:52
Show Gist options
  • Save kayz1/6629673 to your computer and use it in GitHub Desktop.
Save kayz1/6629673 to your computer and use it in GitHub Desktop.
function getRandomInt (min, max) {
return Math.floor(Math.random() * (max - min + 1)) + min;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment