Wire Sysio Wire Sysion 1.0.0
|
Thread safe stub "random" integer generator. More...
#include <none.hpp>
Public Member Functions | |
int_generator () | |
int_type | operator() () |
advances the engine's state and returns the generated value | |
This template class provides a random integer stub. The interface mimics the WebSocket++ RNG generator classes but the generater function always returns zero. This can be used to stub out the RNG for unit and performance testing.
Call operator() to generate the next number
|
inline |
|
inline |