Garry's Mod Wiki

math.Rand

  number math.Rand( number min, number max )

Description

Returns a random float between min and max.

See also math.random

Arguments

1 number min
The minimum value.
2 number max
The maximum value.

Returns

1 number
Random float between min and max.