Description
Wiki Description
Generates a random floating point number between the minimum and maximum values (inclusive).
Documentation Comment
Generates a random floating point number between afMin and afMax (inclusive)
Parameters
floatafMin=0.0
CK Wiki Description
The minimum value for the random floating point number.
floatafMax=1.0
CK Wiki Description
The maximum value for the random floating point number.
Examples
No human-generated examples found for this function.
Auto-Generated Example
float myFloat__afMin
float myFloat__afMax
float returnedValue = Utility.RandomFloat(myFloat__afMin, myFloat__afMax)