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

1 2 3

  /ndk/sources/cxx-stl/llvm-libc++/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;
assign.pass.cpp 25 typedef std::mt19937 E;
copy.pass.cpp 25 typedef std::mt19937 E;
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.predef/
mt19937.pass.cpp 17 // 18, 1812433253> mt19937;
24 std::mt19937 e;
  /ndk/sources/cxx-stl/llvm-libc++/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;
eval.pass.cpp 125 typedef std::independent_bits_engine<std::mt19937, 64, unsigned long long> E;
  /ndk/sources/cxx-stl/llvm-libc++/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;
eval_param.pass.cpp 33 typedef std::mt19937 G;
50 typedef std::mt19937 G;
67 typedef std::mt19937 G;
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/
eval.pass.cpp 53 typedef std::mt19937 G;
71 typedef std::mt19937 G;
89 typedef std::mt19937 G;
eval_param.pass.cpp 53 typedef std::mt19937 G;
72 typedef std::mt19937 G;
91 typedef std::mt19937 G;
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/
eval.pass.cpp 35 typedef std::mt19937 G;
74 typedef std::mt19937 G;
113 typedef std::mt19937 G;
152 typedef std::mt19937 G;
eval_param.pass.cpp 35 typedef std::mt19937 G;
75 typedef std::mt19937 G;
115 typedef std::mt19937 G;
155 typedef std::mt19937 G;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
random_number.h 44 std::tr1::mt19937 mt;
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/
eval.pass.cpp 74 typedef std::mt19937 G;
114 typedef std::mt19937 G;
154 typedef std::mt19937 G;
192 typedef std::mt19937 G;
230 typedef std::mt19937 G;
270 typedef std::mt19937 G;
310 typedef std::mt19937 G;
348 typedef std::mt19937 G;
386 typedef std::mt19937 G;
  /ndk/sources/cxx-stl/llvm-libc++/src/
algorithm.cpp 73 static mt19937 __rs_g;
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/
eval_param.pass.cpp 35 typedef std::mt19937 G;

Completed in 343 milliseconds

1 2 3