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

Syntax

public static Uniform.Int16 NewInclusive(short low, short high)

Parameters

NameTypeDescription
lowshortThe inclusive lower bound.
highshortThe inclusive upper bound.

Return Value

TypeDescription
Uniform.Int16