Create(ulong, ulong) Method
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

NameTypeDescription
lowulong
highulong

Return Value

TypeDescription
UniformUInt64