Creates uniform distribution in the interval [low, high], inclusive of low and high.
- Namespace
- RandN
.Distributions - Containing Type
- Uniform
Syntax
public static UniformDecimal NewInclusive(decimal low, decimal high)Parameters
| Name | Type | Description |
|---|---|---|
| low | decimal | The inclusive lower bound. |
| high | decimal | The inclusive upper bound. |
Return Value
| Type | Description |
|---|---|
| UniformDecimal |