Home
last modified time | relevance | path

Searched refs:shuffle_order_engine (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__random/
H A Dshuffle_order_engine.h54 class _LIBCPP_TEMPLATE_VIS shuffle_order_engine
87 shuffle_order_engine() {__init();}
93 explicit shuffle_order_engine(_Engine&& __e)
100 explicit shuffle_order_engine(_Sseq& __q,
132 const shuffle_order_engine<_Eng, _Kp>& __x,
139 const shuffle_order_engine<_Eng, _Kp>& __x,
220 const shuffle_order_engine<_Eng, _Kp>& __x,
221 const shuffle_order_engine<_Eng, _Kp>& __y)
231 const shuffle_order_engine<_Eng, _Kp>& __x,
232 const shuffle_order_engine<_Eng, _Kp>& __y)
[all …]
H A Dknuth_b.h22 typedef shuffle_order_engine<minstd_rand0, 256> knuth_b;
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cert/
H A Dmsc51-cpp.cpp52 struct shuffle_order_engine { struct
53 shuffle_order_engine();
54 shuffle_order_engine(int _);
58 using shuffle_order = shuffle_order_engine<ranlux24_base, 223>;
/llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
H A Dresult_type.pass.cpp68 std::shuffle_order_engine<rand1<unsigned long, 0, 10>, 16>::result_type, in test1()
76 std::shuffle_order_engine<rand1<unsigned long long, 0, 10>, 16>::result_type, in test2()
H A Deval.pass.cpp73 typedef std::shuffle_order_engine<E0, 101> E; in test2()
83 typedef std::shuffle_order_engine<E0, 100> E; in test3()
/llvm-project-15.0.7/libcxx/include/
H A Drandom308 class shuffle_order_engine
320 shuffle_order_engine();
321 explicit shuffle_order_engine(const Engine& e);
322 explicit shuffle_order_engine(Engine&& e);
323 explicit shuffle_order_engine(result_type s);
340 const shuffle_order_engine<Engine, k>& x,
341 const shuffle_order_engine<Engine, k>& y);
346 const shuffle_order_engine<Engine, k>& x,
347 const shuffle_order_engine<Engine, k>& y);
359 shuffle_order_engine<Engine, k>& x);
[all …]
H A DCMakeLists.txt446 __random/shuffle_order_engine.h
H A Dmodule.modulemap.in940 module shuffle_order_engine { private header "__random/shuffle_order_engine.h" }
/llvm-project-15.0.7/llvm/utils/gn/secondary/libcxx/include/
H A DBUILD.gn507 "__random/shuffle_order_engine.h",
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc1039 SYMBOL(shuffle_order_engine, std::, <random>)