TrySample<TRng>(TRng, TResult) Method
Attempts to sample a value from rng once, returning false if the value returned is not suitable.
Namespace
RandN
Containing Type
IDistribution<TResult>

Syntax

bool TrySample<TRng>(TRng rng, out TResult result) where TRng : notnull, IRng

Type Parameters

NameDescription
TRng

Parameters

NameTypeDescription
rngTRng
resultTResult

Return Value

TypeDescription
bool