Create(short, short) Method
Creates a Uniform.Int16 with an exclusive upper bound. Should not be used directly; instead, use New(short, short).
Namespace
RandN.Distributions
Containing Type
Uniform.Int16

Syntax

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

Parameters

NameTypeDescription
lowshort
highshort

Return Value

TypeDescription
Uniform.Int16