[#RandomInit] = RandomInit :mrdocs: Initialize global RNG state and log any CPU features that are used. == Synopsis Declared in `<random.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void RandomInit(); ---- == Description Calling this function is optional. RNG state will be initialized when first needed if it is not called. [.small]#Created with https://www.mrdocs.com[MrDocs]#