28 #ifndef WEBSOCKETPP_RANDOM_NONE_HPP 29 #define WEBSOCKETPP_RANDOM_NONE_HPP 45 template <
typename int_type>
Random number generation policies.
Thread safe stub "random" integer generator.
int_type operator()()
advances the engine's state and returns the generated value
void handle_accept(connection_ptr con, lib::error_code const &ec)
Handler callback for start_accept.
Stub RNG policy that always returns 0.