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