Created
December 8, 2022 03:34
-
-
Save tientq64/ce56bc097b33f8515ea0ee6f5a0ae740 to your computer and use it in GitHub Desktop.
Random int
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
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