Create(decimal, decimal) Method
Creates a UniformDecimal with an exclusive upper bound. Should not be used directly; instead, use New(decimal, decimal).
Namespace
RandN.Distributions
Containing Type
UniformDecimal

Syntax

public static UniformDecimal Create(decimal low, decimal high)

Parameters

NameTypeDescription
lowdecimal
highdecimal

Return Value

TypeDescription
UniformDecimal