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

Syntax

public static Uniform.Int32 NewInclusive(int low, int high)

Parameters

NameTypeDescription
lowintThe inclusive lower bound.
highintThe inclusive upper bound.

Return Value

TypeDescription
Uniform.Int32