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