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