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