Class SimplePcg32
Defined in File catch.hpp
Class Documentation
-
class SimplePcg32
Public Types
-
using result_type = std::uint32_t
Public Functions
-
inline SimplePcg32()
-
explicit SimplePcg32(result_type seed_)
-
void seed(result_type seed_)
-
void discard(uint64_t skip)
-
result_type operator()()
Public Static Functions
- static inline constexpr result_type() min ()
- static inline constexpr result_type() max ()
-
using result_type = std::uint32_t