NextBool()
Returns a uniformly random bool value.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: Unity.Mathematics
- Assembly: UnityEngine.MathematicsModule
public bool NextBool()
Returns
Type | Description |
|---|---|
| bool | A uniformly random boolean value. |