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

Syntax

public static Uniform.Int64 NewInclusive(long low, long high)

Parameters

NameTypeDescription
lowlongThe inclusive lower bound.
highlongThe inclusive upper bound.

Return Value

TypeDescription
Uniform.Int64