GetRandomFloat
Returns a random floating point number from the Half-Life 2 Random Stream.
native float GetRandomFloat(float fMin = 0.000000, float fMax = 1.000000)
Parameters
float fMin
Minimum random bound.
float fMax
Maximum random bound.
Return Value
float A random number between (inclusive) fMin and fMax.