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

Synopsis

Declared in <random.h>

explicit
FastRandomContext(bool fDeterministic = false) noexcept;

Parameters

Name

Description

fDeterministic

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

Created with MrDocs