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 More... | |
Thread safe stub "random" integer generator.
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 |