Home
last modified time | relevance | path

Searched refs:SimplePcg32 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp4340 class SimplePcg32;
4341 SimplePcg32& rng();
4499 class SimplePcg32 { class
4511 SimplePcg32():SimplePcg32(0xed743cc4U) {} in SimplePcg32() function in Catch::SimplePcg32
4513 explicit SimplePcg32(result_type seed_);
4521 friend bool operator==(SimplePcg32 const& lhs, SimplePcg32 const& rhs);
4522 friend bool operator!=(SimplePcg32 const& lhs, SimplePcg32 const& rhs);
4545 Catch::SimplePcg32& m_rng;
4567 Catch::SimplePcg32& m_rng;
10226 SimplePcg32& rng() { in rng()
[all …]