Attempts to sample a value from rng once, returning false if the value returned is not suitable. If
is returned, the value of result is unspecified.- Namespace
- RandN
.Distributions - Containing Type
- Uniform
.BigInteger - Implements
- IDistribution
<BigInteger> .TrySample <TRng> (TRng, BigInteger)
- IDistribution
Syntax
public bool TrySample<TRng>(TRng rng, out BigInteger result) where TRng : notnull, IRngType Parameters
| Name | Description |
|---|---|
| TRng |
Parameters
| Name | Type | Description |
|---|---|---|
| rng | TRng | |
| result | BigInteger |
Return Value
| Type | Description |
|---|---|
| bool |