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

Syntax

public static UniformUInt32 NewInclusive(uint low, uint high)

Parameters

NameTypeDescription
lowuintThe inclusive lower bound.
highuintThe inclusive upper bound.

Return Value

TypeDescription
UniformUInt32