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

Syntax

public static UniformDouble Create(double low, double high)

Parameters

NameTypeDescription
lowdouble
highdouble

Return Value

TypeDescription
UniformDouble