Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
H A Dseed_sseq.pass.cpp27 std::seed_seq sseq(a, a+3); in test1() local
29 std::mt19937 e2(sseq); in test1()
31 e1.seed(sseq); in test1()
39 std::seed_seq sseq(a, a+3); in test2() local
41 std::mt19937_64 e2(sseq); in test2()
43 e1.seed(sseq); in test2()
H A Dctor_sseq.pass.cpp187 std::seed_seq sseq(as, as+3); in test1() local
188 std::mt19937 e1(sseq); in test1()
302 std::seed_seq sseq(as, as+3); in test2() local
303 std::mt19937_64 e1(sseq); in test2()
/llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/
H A Dseed_sseq.pass.cpp25 std::seed_seq sseq(a, a+3); in test1() local
27 std::ranlux24_base e2(sseq); in test1()
29 e1.seed(sseq); in test1()
37 std::seed_seq sseq(a, a+3); in test2() local
39 std::ranlux48_base e2(sseq); in test2()
41 e1.seed(sseq); in test2()
H A Dctor_sseq.pass.cpp33 std::seed_seq sseq(as, as+3); in test1() local
34 std::ranlux24_base e1(sseq); in test1()
48 std::seed_seq sseq(as, as+3); in test2() local
49 std::ranlux48_base e1(sseq); in test2()
/llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
H A Dseed_sseq.pass.cpp25 std::seed_seq sseq(a, a+3); in test1() local
27 std::ranlux24 e2(sseq); in test1()
29 e1.seed(sseq); in test1()
37 std::seed_seq sseq(a, a+3); in test2() local
39 std::ranlux48 e2(sseq); in test2()
41 e1.seed(sseq); in test2()
H A Dctor_sseq.pass.cpp33 std::seed_seq sseq(as, as+3); in test1() local
34 std::ranlux24 e1(sseq); in test1()
48 std::seed_seq sseq(as, as+3); in test2() local
49 std::ranlux48 e1(sseq); in test2()
/llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
H A Dseed_sseq.pass.cpp25 std::seed_seq sseq(a, a+3); in test1() local
27 std::independent_bits_engine<std::ranlux24, 32, unsigned> e2(sseq); in test1()
29 e1.seed(sseq); in test1()
37 std::seed_seq sseq(a, a+3); in test2() local
39 std::independent_bits_engine<std::ranlux48, 64, unsigned long long> e2(sseq); in test2()
41 e1.seed(sseq); in test2()
H A Dctor_sseq.pass.cpp33 std::seed_seq sseq(as, as+3); in test1() local
34 std::independent_bits_engine<std::ranlux24, 32, unsigned> e1(sseq); in test1()
48 std::seed_seq sseq(as, as+3); in test2() local
49 std::independent_bits_engine<std::ranlux48, 64, unsigned long long> e1(sseq); in test2()
/llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/
H A Dseed_sseq.pass.cpp25 std::seed_seq sseq(a, a+3); in main() local
29 e1.seed(sseq); in main()
34 std::seed_seq sseq(a, a+5); in main() local
37 E e2(sseq); in main()
H A Dctor_sseq.pass.cpp25 std::seed_seq sseq(a, a+3); in main() local
26 std::linear_congruential_engine<unsigned, 5, 7, 11> e1(sseq); in main()
/llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
H A Dseed_sseq.pass.cpp25 std::seed_seq sseq(a, a+3); in test1() local
27 std::knuth_b e2(sseq); in test1()
29 e1.seed(sseq); in test1()
H A Dctor_sseq.pass.cpp73 std::seed_seq sseq(as, as+3); in test1() local
74 std::knuth_b e1(sseq); in test1()