Create(TimeSpan, TimeSpan) Method
Creates a UniformTimeSpan with an exclusive upper bound. Should not be used directly; instead, use New(TimeSpan, TimeSpan).
Namespace
RandN.Distributions
Containing Type
UniformTimeSpan

Syntax

public static UniformTimeSpan Create(TimeSpan low, TimeSpan high)

Parameters

NameTypeDescription
lowTimeSpan
highTimeSpan

Return Value

TypeDescription
UniformTimeSpan