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