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