Module global

Module global 

Source
Expand description

Use a global instance of the Unreal struct to generate fake data.

Functionsยง

global_lock
Lock the global Mutex and return a RAII guard to the global Unreal instance. If there is no global Unreal instance, one will be lazily initialised with a random seed.
seed_global
Seed the global Mutex with the given seed.
seed_global_from_entropy
Randomly seed the global Mutex with entropy.