Created
December 16, 2018 11:05
-
-
Save 73nko/14230342deb58e28c5ae42f04cbd0d77 to your computer and use it in GitHub Desktop.
Get a random number with a defined size
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Math.round(Math.random() * 1E2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment