You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connor Burns edited this page Feb 28, 2018
·
1 revision
Util.random(int min, int max)
This is a method used to obtain a random number between min and max. Please note that the random number is inclusive of BOTH the minimum and the maximum values.