CreateInclusive(TimeSpan, TimeSpan) Method
Creates a Uniform.TimeSpan with an exclusive lower bound. Should not be used directly; instead, use NewInclusive(TimeSpan, TimeSpan).
Namespace
RandN.Distributions
Containing Type
Uniform.TimeSpan

Syntax

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

Parameters

NameTypeDescription
lowTimeSpan
highTimeSpan

Return Value

TypeDescription
Uniform.TimeSpan