[#g_enable_dynamic_fuzz_determinism] = g_enable_dynamic_fuzz_determinism :mrdocs: Runtime toggle that enables fuzz determinism when it is not fixed at compile time. == Synopsis Declared in `<util/check.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- extern std::atomic<bool> g_enable_dynamic_fuzz_determinism; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#