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