diff --git a/websocketpp/config/core.hpp b/websocketpp/config/core.hpp index bcbc1d2440..d8c730ee55 100644 --- a/websocketpp/config/core.hpp +++ b/websocketpp/config/core.hpp @@ -49,7 +49,7 @@ #include // RNG -#include +#include // Extensions #include @@ -80,8 +80,7 @@ struct core { websocketpp::log::alevel> alog_type; /// RNG policies - typedef websocketpp::random::random_device - rng_type; + typedef websocketpp::random::none::int_generator rng_type; struct transport_config { typedef core::concurrency_type concurrency_type;