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