Home
last modified time | relevance | path

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

/freebsd-14.2/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
4521 friend bool operator==(SimplePcg32 const& lhs, SimplePcg32 const& rhs);
4522 friend bool operator!=(SimplePcg32 const& lhs, SimplePcg32 const& rhs);
10226 SimplePcg32& rng() { in rng()
12080 SimplePcg32::SimplePcg32(result_type seed_) { in SimplePcg32() function in Catch::SimplePcg32
12099 SimplePcg32::result_type SimplePcg32::operator()() { in operator ()()
12110 bool operator==(SimplePcg32 const& lhs, SimplePcg32 const& rhs) { in operator ==()
[all …]