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