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

Syntax

public static Uniform.UInt16 NewInclusive(ushort low, ushort high)

Parameters

NameTypeDescription
lowushortThe inclusive lower bound.
highushortThe inclusive upper bound.

Return Value

TypeDescription
Uniform.UInt16