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

Syntax

public static UniformSingle CreateInclusive(float low, float high)

Parameters

NameTypeDescription
lowfloat
highfloat

Return Value

TypeDescription
UniformSingle