Expand description
Use a global instance of the Unreal struct to generate fake data.
Functionsยง
- global_lock 
- Lock the global Mutexand return a RAII guard to the globalUnrealinstance. If there is no globalUnrealinstance, one will be lazily initialised with a random seed.
- seed_global 
- Seed the global Mutexwith the given seed.
- seed_global_ from_ entropy 
- Randomly seed the global Mutexwith entropy.