Skip to content

Instantly share code, notes, and snippets.

@tientq64
Created December 8, 2022 03:34
Show Gist options
  • Save tientq64/ce56bc097b33f8515ea0ee6f5a0ae740 to your computer and use it in GitHub Desktop.
Save tientq64/ce56bc097b33f8515ea0ee6f5a0ae740 to your computer and use it in GitHub Desktop.
Random int
min + Math.floor(Math.random() * (max - min + 1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment