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

Syntax

public static Uniform.Byte NewInclusive(byte low, byte high)

Parameters

NameTypeDescription
lowbyteThe inclusive lower bound.
highbyteThe inclusive upper bound.

Return Value

TypeDescription
Uniform.Byte