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