Creates uniform distribution in the interval [low, high], inclusive of low and high.
- Namespace
- RandN
.Distributions - Containing Type
- Uniform
Syntax
public static Uniform.Int16 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 |
---|---|
Uniform |