HomeSort by relevance Sort by last modified time
    Searched refs:mt19937 (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /external/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/
default.pass.cpp 26 std::mt19937 e1;
27 std::mt19937 e2(std::mt19937::default_seed);
discard.pass.cpp 26 std::mt19937 e1;
27 std::mt19937 e2 = e1;
seed_sseq.pass.cpp 27 std::mt19937 e1;
28 std::mt19937 e2(sseq);
eval.pass.cpp 26 std::mt19937 e;
result_type.pass.cpp 28 std::mt19937::result_type,
ctor_result_type.pass.cpp 122 std::mt19937 e1(0);
seed_result_type.pass.cpp 27 typedef std::mt19937 E;
ctor_sseq.pass.cpp 184 std::mt19937 e1(sseq);
io.pass.cpp 40 typedef std::mt19937 E;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/
default.pass.cpp 26 std::mt19937 e1;
27 std::mt19937 e2(std::mt19937::default_seed);
discard.pass.cpp 26 std::mt19937 e1;
27 std::mt19937 e2 = e1;
seed_sseq.pass.cpp 27 std::mt19937 e1;
28 std::mt19937 e2(sseq);
eval.pass.cpp 26 std::mt19937 e;
result_type.pass.cpp 28 std::mt19937::result_type,
ctor_result_type.pass.cpp 122 std::mt19937 e1(0);
seed_result_type.pass.cpp 27 typedef std::mt19937 E;
ctor_sseq.pass.cpp 184 std::mt19937 e1(sseq);
  /external/libcxx/test/numerics/rand/rand.predef/
mt19937.pass.cpp 17 // 18, 1812433253> mt19937;
24 std::mt19937 e;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.predef/
mt19937.pass.cpp 17 // 18, 1812433253> mt19937;
24 std::mt19937 e;
  /external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
ctor_engine_copy.pass.cpp 23 typedef std::mt19937 Engine;
ctor_engine_move.pass.cpp 23 typedef std::mt19937 Engine;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
ctor_engine_copy.pass.cpp 23 typedef std::mt19937 Engine;
ctor_engine_move.pass.cpp 23 typedef std::mt19937 Engine;
  /external/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/
eval.pass.cpp 33 typedef std::mt19937 G;
49 typedef std::mt19937 G;
65 typedef std::mt19937 G;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/
eval.pass.cpp 33 typedef std::mt19937 G;
49 typedef std::mt19937 G;
65 typedef std::mt19937 G;

Completed in 299 milliseconds

1 2 3 4 5 6