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

Syntax

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

Parameters

NameTypeDescription
lowBigInteger
highBigInteger

Return Value

TypeDescription
Uniform.BigInteger