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

Syntax

public static Uniform.SByte NewInclusive(sbyte low, sbyte high)

Parameters

NameTypeDescription
lowsbyteThe inclusive lower bound.
highsbyteThe inclusive upper bound.

Return Value

TypeDescription
Uniform.SByte