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

Parameters

NameTypeDescription
lowBigIntegerThe inclusive lower bound.
highBigIntegerThe exclusive upper bound.

Return Value

TypeDescription
Uniform.BigInteger