Skip to content

Instantly share code, notes, and snippets.

@srs
Created October 19, 2016 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srs/8d00d03b89cdb91fa687c0b27b6e1bbc to your computer and use it in GitHub Desktop.
Save srs/8d00d03b89cdb91fa687c0b27b6e1bbc to your computer and use it in GitHub Desktop.
PurpleJS Blob - Snippet 7
function getRandom(max) {
return Math.floor((Math.random() * max) + 1)
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment