FastRandomContext::FastRandomContext

Construct a FastRandomContext with GetRandHash()-based entropy (or zero key if fDeterministic).

Synopsis

Declared in <random.h>

explicit
FastRandomContext(bool fDeterministic = false) noexcept;

Parameters

NameDescription
fDeterministicWhen true, seed with a zero key for reproducible output instead of gathering entropy.