Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
Loading...
Searching...
No Matches
Catch::SimplePcg32 Class Reference

#include <catch_amalgamated.hpp>

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)

Member Typedef Documentation

◆ result_type

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

Constructor & Destructor Documentation

◆ SimplePcg32() [1/2]

Catch::SimplePcg32::SimplePcg32 ( )
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ SimplePcg32() [2/2]

Catch::SimplePcg32::SimplePcg32 ( result_type seed_)
explicit
Here is the call graph for this function:

Member Function Documentation

◆ discard()

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

◆ max()

constexpr result_type Catch::SimplePcg32::max ( )
inlinestaticconstexpr
Here is the call graph for this function:
Here is the caller graph for this function:

◆ min()

constexpr result_type Catch::SimplePcg32::min ( )
inlinestaticconstexpr
Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator()()

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

◆ seed()

void Catch::SimplePcg32::seed ( result_type seed_)
Here is the caller graph for this function:

◆ 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 files: