Initialize global RNG state and log any CPU features that are used.
Synopsis
Declared in <random.h>
void
RandomInit();
Description
Calling this function is optional. RNG state will be initialized when first needed if it is not called.
Created with MrDocs