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