Fn<> GetDefaultRng
Return the default Rng to use in a given class, specialization, or algorithm.

Defined in <seqan/random.h>
Signature GetDefaultRng<T>::Type;

Template Parameters

T The type or tag to get the default Rng for.

Return Values

Type The Rng type to use.

See Also