Unity.Mathematics.float4 A uniformly random float4 value in the range [0, 1).
Returns a uniformly random float4 value with all components in the interval [0, 1).
| Parameter | Description |
|---|---|
| max | The componentwise maximum value to generate, exclusive. |
Unity.Mathematics.float4 A uniformly random float4 value in the range [0, max).
Returns a uniformly random float4 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.float4 A uniformly random float4 value in the range [min, max).
Returns a uniformly random float4 value with all components in the interval [min, max).