Creates uniform distribution in the interval [low, high], inclusive of low and high.
- Namespace
- RandN
.Distributions - Containing Type
- Uniform
Syntax
public static UniformUInt32 NewInclusive(uint low, uint high)Parameters
| Name | Type | Description |
|---|---|---|
| low | uint | The inclusive lower bound. |
| high | uint | The inclusive upper bound. |
Return Value
| Type | Description |
|---|---|
| UniformUInt32 |