NewInclusive(TimeSpan, TimeSpan) Method
Creates uniform distribution in the interval [low, high], inclusive of low and high.
Namespace
RandN.Distributions
Containing Type
Uniform

Syntax

public static Uniform.TimeSpan NewInclusive(TimeSpan low, TimeSpan high)

Parameters

NameTypeDescription
lowTimeSpanThe inclusive lower bound.
highTimeSpanThe inclusive upper bound.

Return Value

TypeDescription
Uniform.TimeSpan