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

Syntax

public static Uniform.Single NewInclusive(float low, float high)

Parameters

NameTypeDescription
lowfloatThe inclusive lower bound.
highfloatThe inclusive upper bound.

Return Value

TypeDescription
Uniform.Single