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

Syntax

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

Parameters

NameTypeDescription
lowshortThe inclusive lower bound.
highshortThe exclusive upper bound.

Return Value

TypeDescription
Uniform.Int16