The Random\IntervalBoundary Enum
The Random\IntervalBoundary enum specifies whether an interval includes the boundary values within the set of values lying in the interval.
Intro
The Random\IntervalBoundary enum specifies whether an interval includes the boundary values within the set of values lying in the interval.
Enumsynopsis
RandomIntervalBoundaryClosedOpenA right-open interval. The lower boundary is included in the interval, the upper boundary is not.ClosedClosedA closed interval. Both boundary values are included in the interval.OpenClosedA left-open interval. The upper boundary is included in the interval, the lower boundary is not.OpenOpenAn open interval. Neither boundary value is included in the interval.