Skip to content

Instantly share code, notes, and snippets.

@chickenfoot88
Created June 23, 2018 08:34
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save chickenfoot88/a97b8c276ba46472e5ebcc20ed8b71a5 to your computer and use it in GitHub Desktop.
function mtRand(min, max) {
return Math.floor(Math.random() * (max - min + 1));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment