Creates a
Uniform.Byte
with an exclusive lower bound. Should not be used directly; instead, use NewInclusive(byte, byte)
.- Namespace
- RandN
.Distributions - Containing Type
- Uniform
.Byte
Syntax
public static Uniform.Byte CreateInclusive(byte low, byte high)
Parameters
Name | Type | Description |
---|---|---|
low | byte | |
high | byte |
Return Value
Type | Description |
---|---|
Uniform |