Created
September 5, 2018 22:20
-
-
Save misabitencourt/d530428f8f7115c7a3f956b7719915b3 to your computer and use it in GitHub Desktop.
My random gist
This file contains hidden or 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
export default (min, max) => Math.floor(Math.random()*(max-min+1)+min) |
Generated: 184
Generated: 195
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Generated: 96