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

Syntax

public static Uniform.UInt32 New(uint low, uint high)

Parameters

NameTypeDescription
lowuintThe inclusive lower bound.
highuintThe exclusive upper bound.

Return Value

TypeDescription
Uniform.UInt32