CreateInclusive(ulong, ulong) Method
Creates a UniformUInt64 with an exclusive lower bound. Should not be used directly; instead, use NewInclusive(ulong, ulong).
Namespace
RandN.Distributions
Containing Type
UniformUInt64

Syntax

public static UniformUInt64 CreateInclusive(ulong low, ulong high)

Parameters

NameTypeDescription
lowulong
highulong

Return Value

TypeDescription
UniformUInt64