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)
.- Namespace
- RandN
.Distributions - Containing Type
- Uniform
.BigInteger
Syntax
public static Uniform.BigInteger CreateInclusive(BigInteger low, BigInteger high)
Parameters
Name | Type | Description |
---|---|---|
low | BigInteger | |
high | BigInteger |
Return Value
Type | Description |
---|---|
Uniform |