Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Catch::SimplePcg32 Class Reference

#include <catch.hpp>

+ Collaboration diagram for Catch::SimplePcg32:

Public Types

using result_type = std::uint32_t
 

Public Member Functions

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

Static Public Member Functions

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

Friends

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

Detailed Description

Definition at line 4558 of file catch.hpp.

Member Typedef Documentation

◆ result_type

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

Definition at line 4561 of file catch.hpp.

Constructor & Destructor Documentation

◆ SimplePcg32() [1/2]

Catch::SimplePcg32::SimplePcg32 ( )
inline

Definition at line 4570 of file catch.hpp.

References SimplePcg32().

+ Here is the call graph for this function:

◆ SimplePcg32() [2/2]

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

Referenced by SimplePcg32().

+ Here is the caller graph for this function:

Member Function Documentation

◆ discard()

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

◆ max()

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

Definition at line 4565 of file catch.hpp.

◆ min()

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

Definition at line 4562 of file catch.hpp.

◆ operator()()

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

◆ seed()

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

Friends And Related Symbol Documentation

◆ operator!=

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

◆ operator==

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

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