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