Home
last modified time | relevance | path

Searched defs:random_device (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/Modules/Inputs/PR20786/
H A Drandom.h8 struct random_device { struct
9 mersenne_twister_engine<int> mt; // require complete type
/llvm-project-15.0.7/libcxx/include/__random/
H A Drandom_device.h61 random_device() : random_device("/dev/urandom") {} in random_device() function
/llvm-project-15.0.7/libcxx/src/
H A Drandom.cpp48 random_device::random_device(const string& __token) in random_device() function in random_device
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cert/
H A Dmsc51-cpp.cpp60 struct random_device { struct