# Vector3.Random

```csharp
static Vector3 Random { get; set; }
```

Uniformly samples a 3D position from all points with distance at most 1 from the origin.

Declared in [Vector3](/api/Vector3).
Assembly: `Sandbox.System`.
