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

Syntax

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

Parameters

NameTypeDescription
lowdecimalThe inclusive lower bound.
highdecimalThe exclusive upper bound.

Return Value

TypeDescription
Uniform.Decimal