English
Appearance
Random.NextFloat()
Random
Returns a random floating-point number.
number
let num = Random.NextFloat(); Debug.Log(num);