Documentation

Random Float - Open Dev Kit Documentation

Open Dev Kit Documentation :: General :: Math :: Random Float

Root.Math.RandomFloat(
  Minimum Float,
  Maximum Float
) Float
Returns a random floating-point number inclusive of the specified range

Parameters

Minimum Float
Lower bound of the random number to be generated
Maximum Float
Upper bound of the random number to be generated

Return Value

Float

If you think anything is missing, please feel free to: submit documentation feedback on this page