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