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
- Singleton
<T> - Implements
- IDistribution
<T> .TrySample <TRng> (TRng, T)
Syntax
public bool TrySample<TRng>(TRng rng, out T result) where TRng : notnull, IRng
Type Parameters
Name | Description |
---|---|
TRng |
Parameters
Name | Type | Description |
---|---|---|
rng | TRng | |
result | T |
Return Value
Type | Description |
---|---|
bool |