Searched refs:SimplePcg32 (Results 1 – 10 of 10) sorted by relevance
13 Catch::SimplePcg32 rng;40 using Catch::SimplePcg32;41 REQUIRE(SimplePcg32{} == SimplePcg32{});42 REQUIRE(SimplePcg32{ 0 } != SimplePcg32{});43 REQUIRE_FALSE(SimplePcg32{ 1 } == SimplePcg32{ 2 });44 REQUIRE_FALSE(SimplePcg32{ 1 } != SimplePcg32{ 1 });
35 SimplePcg32::SimplePcg32(result_type seed_) { in SimplePcg32() function in Catch::SimplePcg3240 void SimplePcg32::seed(result_type seed_) { in seed()47 void SimplePcg32::discard(uint64_t skip) { in discard()55 SimplePcg32::result_type SimplePcg32::operator()() { in operator ()()66 bool operator==(SimplePcg32 const& lhs, SimplePcg32 const& rhs) { in operator ==()70 bool operator!=(SimplePcg32 const& lhs, SimplePcg32 const& rhs) { in operator !=()
19 class SimplePcg32 {31 SimplePcg32():SimplePcg32(0xed743cc4U) {} in SimplePcg32() function33 explicit SimplePcg32(result_type seed_);41 friend bool operator==(SimplePcg32 const& lhs, SimplePcg32 const& rhs);42 friend bool operator!=(SimplePcg32 const& lhs, SimplePcg32 const& rhs);
60 class SimplePcg32; variable61 SimplePcg32& rng();
65 SimplePcg32& rng() { in rng()66 static SimplePcg32 s_rng; in rng()
22 Catch::SimplePcg32& m_rng;44 Catch::SimplePcg32& m_rng;
4357 class SimplePcg32;4358 SimplePcg32& rng();4518 class SimplePcg32 { class4530 SimplePcg32():SimplePcg32(0xed743cc4U) {} in SimplePcg32() function in Catch::SimplePcg324532 explicit SimplePcg32(result_type seed_);4540 friend bool operator==(SimplePcg32 const& lhs, SimplePcg32 const& rhs);4541 friend bool operator!=(SimplePcg32 const& lhs, SimplePcg32 const& rhs);4564 Catch::SimplePcg32& m_rng;4586 Catch::SimplePcg32& m_rng;10274 SimplePcg32& rng() { in rng()[all …]
4387 class SimplePcg32;4388 SimplePcg32& rng();4549 class SimplePcg32 { class4561 SimplePcg32():SimplePcg32(0xed743cc4U) {} in SimplePcg32() function in Catch::SimplePcg324563 explicit SimplePcg32(result_type seed_);4571 friend bool operator==(SimplePcg32 const& lhs, SimplePcg32 const& rhs);4572 friend bool operator!=(SimplePcg32 const& lhs, SimplePcg32 const& rhs);4595 Catch::SimplePcg32& m_rng;4617 Catch::SimplePcg32& m_rng;10333 SimplePcg32& rng() { in rng()[all …]
279 RandomNumberGeneration.tests.cpp:<line number>: passed: SimplePcg32{} == SimplePcg32{} for: {?} == …280 RandomNumberGeneration.tests.cpp:<line number>: passed: SimplePcg32{ 0 } != SimplePcg32{} for: {?} …281 RandomNumberGeneration.tests.cpp:<line number>: passed: !(SimplePcg32{ 1 } == SimplePcg32{ 2 }) for…282 RandomNumberGeneration.tests.cpp:<line number>: passed: !(SimplePcg32{ 1 } != SimplePcg32{ 1 }) for…
2189 REQUIRE( SimplePcg32{} == SimplePcg32{} )2194 REQUIRE( SimplePcg32{ 0 } != SimplePcg32{} )2199 REQUIRE_FALSE( SimplePcg32{ 1 } == SimplePcg32{ 2 } )2204 REQUIRE_FALSE( SimplePcg32{ 1 } != SimplePcg32{ 1 } )