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