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

Syntax

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

Parameters

NameTypeDescription
lowdecimal
highdecimal

Return Value

TypeDescription
Uniform.Decimal