boost::random::xoshiro256d
// In header: <boost/random/xoshiro.hpp> class xoshiro256d { public: // public member functions std::uint64_t next_int() noexcept; result_type next() noexcept; // public static functions static constexpr min() noexcept; static constexpr max() noexcept; };