Creates a
Uniform.Decimal
with an exclusive upper bound. Should not be used directly; instead, use NewInclusive(decimal, decimal)
.- Namespace
- RandN
.Distributions - Containing Type
- Uniform
.Decimal
Syntax
public static Uniform.Decimal CreateInclusive(decimal low, decimal high)
Parameters
Name | Type | Description |
---|---|---|
low | decimal | |
high | decimal |
Return Value
Type | Description |
---|---|
Uniform |