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