Home
last modified time | relevance | path

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

/external/clang/test/Modules/Inputs/PR20786/
Drandom.h8 struct random_device { struct
9 mersenne_twister_engine<int> mt; // require complete type
/external/libcxx/src/
Drandom.cpp42 random_device::random_device(const string& __token) in random_device() function in random_device
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc349 std::random_device random_device; in OpTest() local