Public Types | Public Member Functions | Static Public Member Functions | Private Types | Private Attributes | Static Private Attributes | Friends | List of all members
Catch::SimplePcg32 Class Reference

#include <catch.hpp>

Public Types

using result_type = std::uint32_t
 

Public Member Functions

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

Static Public Member Functions

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

Private Types

using state_type = std::uint64_t
 

Private Attributes

std::uint64_t m_state
 

Static Private Attributes

static const std::uint64_t s_inc = (0x13ed0cc53f939476ULL << 1ULL) | 1ULL
 

Friends

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

Detailed Description

Definition at line 4551 of file catch.hpp.

Member Typedef Documentation

◆ result_type

using Catch::SimplePcg32::result_type = std::uint32_t

Definition at line 4554 of file catch.hpp.

◆ state_type

using Catch::SimplePcg32::state_type = std::uint64_t
private

Definition at line 4552 of file catch.hpp.

Constructor & Destructor Documentation

◆ SimplePcg32() [1/2]

Catch::SimplePcg32::SimplePcg32 ( )
inline

Definition at line 4563 of file catch.hpp.

◆ SimplePcg32() [2/2]

Catch::SimplePcg32::SimplePcg32 ( result_type  seed_)
explicit

Member Function Documentation

◆ discard()

void Catch::SimplePcg32::discard ( uint64_t  skip)

◆ max()

static constexpr result_type() Catch::SimplePcg32::max ( )
inlinestaticconstexpr

Definition at line 4558 of file catch.hpp.

◆ min()

static constexpr result_type() Catch::SimplePcg32::min ( )
inlinestaticconstexpr

Definition at line 4555 of file catch.hpp.

◆ operator()()

result_type Catch::SimplePcg32::operator() ( )

◆ seed()

void Catch::SimplePcg32::seed ( result_type  seed_)

Friends And Related Function Documentation

◆ operator!=

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

◆ operator==

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

Member Data Documentation

◆ m_state

std::uint64_t Catch::SimplePcg32::m_state
private

Definition at line 4579 of file catch.hpp.

◆ s_inc

const std::uint64_t Catch::SimplePcg32::s_inc = (0x13ed0cc53f939476ULL << 1ULL) | 1ULL
staticprivate

Definition at line 4584 of file catch.hpp.


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


magic_enum
Author(s):
autogenerated on Fri Feb 21 2025 03:20:19