Skip to content

Instantly share code, notes, and snippets.

@Yogibeer2001
Created May 5, 2016 04:44
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 Yogibeer2001/c7124a7c3a74eefcb778ca523f78a7ea to your computer and use it in GitHub Desktop.
Save Yogibeer2001/c7124a7c3a74eefcb778ca523f78a7ea to your computer and use it in GitHub Desktop.
{
  var rand = Math.floor(Math.random()*(max-min+1)+min);
  console.log(rand);
}
{
  var rand = Math.floor(Math.random()*(max-min+1)+min);
  console.log(rand);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment