Home
last modified time | relevance | path

Searched defs:GenBase (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.shuffle/
H A Dranges_shuffle.pass.cpp221 struct GenBase { in test_generators() struct
222 constexpr static std::size_t min() { return 0; } in test_generators()
223 constexpr static std::size_t max() { return 255; } in test_generators()
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/
H A Dranges_sample.pass.cpp278 struct GenBase { in test_generators() struct
279 constexpr static std::size_t min() { return 0; } in test_generators()
280 constexpr static std::size_t max() { return 255; } in test_generators()