[#FastRandomContext-2constructor-0b] = xref:FastRandomContext.adoc[FastRandomContext]::FastRandomContext :relfileprefix: ../ :mrdocs: Construct a FastRandomContext with GetRandHash()‐based entropy (or zero key if fDeterministic). == Synopsis Declared in `<random.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit FastRandomContext(bool fDeterministic = false) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *fDeterministic* | When true, seed with a zero key for reproducible output instead of gathering entropy. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#