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

Syntax

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

Parameters

NameTypeDescription
lowfloat
highfloat

Return Value

TypeDescription
Uniform.Single