Home
last modified time | relevance | path

Searched refs:random_device (Results 1 – 12 of 12) sorted by relevance

/external/libcxx/src/
Drandom.cpp40 random_device::random_device(const string& __token) in random_device() function in random_device
46 random_device::~random_device() in ~random_device()
51 random_device::operator()() in operator ()()
58 random_device::random_device(const string& __token)
65 random_device::~random_device()
71 random_device::operator()()
95 random_device::random_device(const string& __token)
104 random_device::~random_device()
109 random_device::operator()()
124 random_device::random_device(const string& __token)
[all …]
/external/libcxx/test/std/numerics/rand/rand.device/
Dctor.pass.cpp42 std::random_device r(token); in check_random_device_valid()
48 std::random_device r(token); in check_random_device_invalid()
60 std::random_device r; in main()
92 std::random_device r; in main()
Deval.pass.cpp24 std::random_device r; in main()
25 std::random_device::result_type e = r(); in main()
32 std::random_device r("/dev/null"); in main()
Dentropy.pass.cpp21 std::random_device r; in main()
/external/clang/test/Modules/Inputs/PR20786/
Drandom.h8 struct random_device { struct
/external/vulkan-validation-layers/demos/smoke/
DSimulation.h102 std::random_device random_dev_;
/external/libcxx/benchmarks/
DGenerateInput.hpp28 static std::default_random_engine RandEngine(std::random_device{}()); in getRandomEngine()
/external/libcxx/test/support/
Dfilesystem_test_helper.hpp187 static std::mt19937 rd { std::random_device{}() }; in random_hex_char()
/external/skia/tests/
DProcessorTest.cpp295 std::random_device rd; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/external/libcxx/include/
Drandom378 class random_device
389 explicit random_device(const string& token = "/dev/urandom");
398 random_device(const random_device& ) = delete;
399 void operator=(const random_device& ) = delete;
3476 // random_device
3478 class _LIBCPP_TYPE_VIS random_device
3497 explicit random_device(const string& __token = "/dev/urandom");
3498 ~random_device();
3508 random_device(const random_device&); // = delete;
3509 random_device& operator=(const random_device&); // = delete;
D__config233 // std::random_device is instead exposed through a NaCl syscall.
/external/protobuf/src/google/protobuf/
Dmap.h1324 std::random_device rd; in Seed()