Garry's Mod Wiki

Vector:Random

  Vector:Random( number min = -1, number max = 1 )

Description

Randomizes each element of this Vector object.

Arguments

1 number min = -1
The minimum value for each component.
2 number max = 1
The maximum value for each component.