Skip to content

Instantly share code, notes, and snippets.

@misabitencourt
Created September 5, 2018 22:20
Show Gist options
  • Save misabitencourt/d530428f8f7115c7a3f956b7719915b3 to your computer and use it in GitHub Desktop.
Save misabitencourt/d530428f8f7115c7a3f956b7719915b3 to your computer and use it in GitHub Desktop.
My random gist
export default (min, max) => Math.floor(Math.random()*(max-min+1)+min)
@misabitencourt
Copy link
Author

Generated: 96

@misabitencourt
Copy link
Author

Generated: 184

@misabitencourt
Copy link
Author

Generated: 195

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment