# NextBool3()

> Returns a uniformly random bool3 value.

## Definition

* **Type:** Method
* **Namespace:** [Unity.Mathematics](/engine/6000.7/script-reference/unity/mathematics.md)
* **Assembly:** UnityEngine.MathematicsModule

```csharp
public bool3 NextBool3()
```

### Returns

| Type                                                                | Description                     |
| ------------------------------------------------------------------- | ------------------------------- |
| [bool3](/engine/6000.7/script-reference/unity/mathematics/bool3.md) | A uniformly random bool3 value. |
