Returns a random floating point number from the Half-Life 2 Random Stream.
float GetRandomFloat(float fMin, float fMax)
Minimum random bound.
Maximum random bound.
A random number between (inclusive) fMin and fMax.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.