NewInclusive(ulong, ulong) Method
Creates uniform distribution in the interval [low, high], inclusive of low and high.
Namespace
RandN.Distributions
Containing Type
Uniform

Syntax

public static Uniform.UInt64 NewInclusive(ulong low, ulong high)

Parameters

NameTypeDescription
lowulongThe inclusive lower bound.
highulongThe inclusive upper bound.

Return Value

TypeDescription
Uniform.UInt64