New(float, float) 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.Single New(float low, float high)

Parameters

NameTypeDescription
lowfloatThe inclusive lower bound.
highfloatThe exclusive upper bound.

Return Value

TypeDescription
Uniform.Single