Skip to content

Instantly share code, notes, and snippets.

@73nko
Created December 16, 2018 11:05
Show Gist options
  • Save 73nko/14230342deb58e28c5ae42f04cbd0d77 to your computer and use it in GitHub Desktop.
Save 73nko/14230342deb58e28c5ae42f04cbd0d77 to your computer and use it in GitHub Desktop.
Get a random number with a defined size
Math.round(Math.random() * 1E2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment