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