CreateInclusive(short, short) Method
Creates a UniformInt16 with an exclusive lower bound. Should not be used directly; instead, use NewInclusive(short, short).
Namespace
RandN.Distributions
Containing Type
UniformInt16

Syntax

public static UniformInt16 CreateInclusive(short low, short high)

Parameters

NameTypeDescription
lowshort
highshort

Return Value

TypeDescription
UniformInt16