Create(BigInteger, BigInteger) Method
Creates a Uniform.BigInteger with an exclusive upper bound. Should not be used directly; instead, use RandN.Distributions.Uniform.New(System.Numerics.BigInteger,System.Numerics.BigInteger).

Syntax

public static Uniform.BigInteger Create(BigInteger low, BigInteger high)

Parameters

NameTypeDescription
lowBigInteger
highBigInteger

Return Value

TypeDescription
Uniform.BigInteger