Unity.Mathematics.uint2 A uniformly random uint2.
Returns a uniformly random uint2 value with all components in the interval [0, 4294967294].
| Parameter | Description |
|---|---|
| max | The componentwise maximum value to generate, exclusive. |
Unity.Mathematics.uint2 A uniformly random uint2 in the range [0, max).
Returns a uniformly random uint2 value with all components in the interval [0, max).
| Parameter | Description |
|---|---|
| min | The componentwise minimum value to generate, inclusive. |
| max | The componentwise maximum value to generate, exclusive. |
Unity.Mathematics.uint2 A uniformly random uint2 in the range [min, max).
Returns a uniformly random uint2 value with all components in the interval [min, max).