scclib
Stable Cloud Computing C++ Library
|
Helper to safely lock the engine. More...
#include <random.h>
Public Member Functions | |
void | lock () |
Lock the engine. | |
void | unlock () |
Unlock the engine. | |
Helper to safely lock the engine.
When created, the engine is locked. When the locker goes out of scope or unlock() is called, the engine is unlocked.