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