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
| Name | Type | Description |
|---|---|---|
| low | decimal | |
| high | decimal |
Return Value
| Type | Description |
|---|---|
| Uniform |