> For the complete documentation index, see [llms.txt](https://docs.overthereality.ai/over-sdk-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overthereality.ai/over-sdk-manual/ovr-component-system-ancient-legacy/nodes/logics/ovrrandom/ovrrandomtype.md).

# OvrRandomType

#### Enumeration

<table><thead><tr><th width="251.2134821162615"></th><th>Description</th></tr></thead><tbody><tr><td>Between</td><td>Random value is generated inside a range (min, max).</td></tr><tr><td>InsideUnitCircle</td><td>Random value is generated inside or on a circle.</td></tr><tr><td>InsideUnitSphere</td><td>Random value is generated inside or on a sphere.</td></tr><tr><td>OnUnitSphere</td><td>Random value is generated on the surface of a sphere.</td></tr><tr><td>Rotation</td><td>Returns a random rotation.</td></tr><tr><td>RotationUniform</td><td>Returns a random rotation with uniform distribution.</td></tr></tbody></table>
