New(long, long) 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.Int64 New(long low, long high)

Parameters

NameTypeDescription
lowlongThe inclusive lower bound.
highlongThe exclusive upper bound.

Return Value

TypeDescription
Uniform.Int64