Construct a FastRandomContext with GetRandHash()-based entropy (or zero key if fDeterministic).
Declared in <random.h>
explicit
FastRandomContext(bool fDeterministic = false) noexcept;
| Name | Description |
|---|---|
| fDeterministic | When true, seed with a zero key for reproducible output instead of gathering entropy. |