-
Notifications
You must be signed in to change notification settings - Fork 0
Util.random.int()
paige edited this page Oct 27, 2023
·
3 revisions
method for generating random numbers
arguments:
- minimum
Number
- maximum
Number
util.random.int(1, 5);