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