#include <catch.hpp>
|
static const std::uint64_t | s_inc = (0x13ed0cc53f939476ULL << 1ULL) | 1ULL |
|
Definition at line 4558 of file catch.hpp.
◆ result_type
◆ state_type
◆ SimplePcg32() [1/2]
Catch::SimplePcg32::SimplePcg32 |
( |
| ) |
|
|
inline |
◆ SimplePcg32() [2/2]
◆ discard()
void Catch::SimplePcg32::discard |
( |
uint64_t |
skip | ) |
|
◆ max()
static constexpr result_type() Catch::SimplePcg32::max |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ min()
static constexpr result_type() Catch::SimplePcg32::min |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ operator()()
◆ seed()
◆ operator!=
◆ operator==
◆ m_state
std::uint64_t Catch::SimplePcg32::m_state |
|
private |
◆ s_inc
const std::uint64_t Catch::SimplePcg32::s_inc = (0x13ed0cc53f939476ULL << 1ULL) | 1ULL |
|
staticprivate |
The documentation for this class was generated from the following file: