OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mt19937
(Results
1 - 25
of
89
) sorted by null
1
2
3
4
/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);
assign.pass.cpp
25
typedef std::
mt19937
E;
copy.pass.cpp
25
typedef std::
mt19937
E;
eval.pass.cpp
26
std::
mt19937
e;
result_type.pass.cpp
28
std::
mt19937
::result_type,
seed_result_type.pass.cpp
27
typedef 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;
/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;
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++/libcxx/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++/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/chromium_org/third_party/mt19937ar/
LICENSE
1
A C-program for
MT19937
, with initialization improved 2002/1/26.
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/
eval.pass.cpp
35
typedef std::
mt19937
G;
75
typedef std::
mt19937
G;
115
typedef std::
mt19937
G;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/
eval.pass.cpp
35
typedef std::
mt19937
G;
75
typedef std::
mt19937
G;
115
typedef std::
mt19937
G;
eval_param.pass.cpp
35
typedef std::
mt19937
G;
76
typedef std::
mt19937
G;
117
typedef std::
mt19937
G;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/
eval.pass.cpp
34
typedef std::
mt19937
G;
74
typedef std::
mt19937
G;
154
typedef std::
mt19937
G;
194
typedef std::
mt19937
G;
234
typedef std::
mt19937
G;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/
eval.pass.cpp
74
typedef std::
mt19937
G;
114
typedef std::
mt19937
G;
154
typedef std::
mt19937
G;
192
typedef std::
mt19937
G;
232
typedef std::
mt19937
G;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/
eval.pass.cpp
35
typedef std::
mt19937
G;
77
typedef std::
mt19937
G;
119
typedef std::
mt19937
G;
161
typedef std::
mt19937
G;
203
typedef std::
mt19937
G;
eval_param.pass.cpp
36
typedef std::
mt19937
G;
79
typedef std::
mt19937
G;
122
typedef std::
mt19937
G;
165
typedef std::
mt19937
G;
208
typedef std::
mt19937
G;
Completed in 827 milliseconds
1
2
3
4