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