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

Syntax

public static Uniform.Double NewInclusive(double low, double high)

Parameters

NameTypeDescription
lowdoubleThe inclusive lower bound.
highdoubleThe inclusive upper bound.

Return Value

TypeDescription
Uniform.Double