Searched defs:FakeUrbg (Results 1 – 5 of 5) sorted by relevance
52 struct FakeUrbg { struct53 using result_type = UIntType;56 explicit FakeUrbg(bool r) : reject(r) {} in FakeUrbg() argument58 static constexpr result_type(max)() { return Hi; } in result_type()59 static constexpr result_type(min)() { return Lo; } in result_type()60 result_type operator()() { in operator ()()65 bool reject = false;66 size_t calls = 0;
52 struct FakeUrbg { struct53 using result_type = UIntType;56 explicit FakeUrbg(bool r) : reject(r) {} in FakeUrbg() function58 static constexpr result_type(max)() { return Hi; } in result_type()59 static constexpr result_type(min)() { return Lo; } in result_type()60 result_type operator()() { in operator ()()65 bool reject = false;66 size_t calls = 0;
52 struct FakeUrbg { struct53 using result_type = UIntType;55 static constexpr result_type(max)() { return Hi; } in result_type()56 static constexpr result_type(min)() { return Lo; } in result_type()57 result_type operator()() { return Val; } in operator ()()