arduino-emulator
Public Types | Public Member Functions | Static Public Member Functions | Friends | List of all members
Catch::SimplePcg32 Class Reference

Public Types

using result_type = std::uint32_t
 

Public Member Functions

 SimplePcg32 (result_type seed_)
 
void discard (uint64_t skip)
 
result_type operator() ()
 
void seed (result_type seed_)
 

Static Public Member Functions

static constexpr result_type() max ()
 
static constexpr result_type() min ()
 

Friends

bool operator!= (SimplePcg32 const &lhs, SimplePcg32 const &rhs)
 
bool operator== (SimplePcg32 const &lhs, SimplePcg32 const &rhs)
 

The documentation for this class was generated from the following file: