English
Appearance
Random.NextInt()
Random
Returns a random integer.
number
let random = new Random(); let num = random.NextInt(); Debug.Log(num);