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