CreateInclusive(double, double) Method
Creates a Uniform.Double with an exclusive lower bound. Should not be used directly; instead, use New(double, double).
Namespace
RandN.Distributions
Containing Type
Uniform.Double

Syntax

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

Parameters

NameTypeDescription
lowdouble
highdouble

Return Value

TypeDescription
Uniform.Double