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

Syntax

public static Uniform.Decimal NewInclusive(decimal low, decimal high)

Parameters

NameTypeDescription
lowdecimalThe inclusive lower bound.
highdecimalThe inclusive upper bound.

Return Value

TypeDescription
Uniform.Decimal