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