Skip to content
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.

Clone this wiki locally