New(sbyte, sbyte) 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.SByte New(sbyte low, sbyte high)

Parameters

NameTypeDescription
lowsbyteThe inclusive lower bound.
highsbyteThe exclusive upper bound.

Return Value

TypeDescription
Uniform.SByte