Skip to content

Instantly share code, notes, and snippets.

@vasanthv
Last active March 17, 2020 11:19
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 vasanthv/664befb87ce6562a42991646dceb7752 to your computer and use it in GitHub Desktop.
Save vasanthv/664befb87ce6562a42991646dceb7752 to your computer and use it in GitHub Desktop.
const random = (i,j) => (Math.floor(Math.random() * (j - i)) + i);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment