CreateInclusive(float, float) Method
Creates a Uniform.Single with an exclusive lower bound. Should not be used directly; instead, use New(float, float).
Namespace
RandN.Distributions
Containing Type
Uniform.Single

Syntax

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

Parameters

NameTypeDescription
lowfloat
highfloat

Return Value

TypeDescription
Uniform.Single