Searched defs:URBG (Results 1 – 2 of 2) sorted by relevance
80 std::default_random_engine URBG{std::random_device{}()}; in main() local
84 struct URBG { struct85 typedef unsigned int result_type;86 result_type BOOST_CONSTEXPR static min() { return 0; } in min()87 result_type BOOST_CONSTEXPR static max() { return 1; } in max()88 result_type operator()() { return 1; } in operator ()()