Searched refs:random_device (Results 1 – 12 of 12) sorted by relevance
40 random_device::random_device(const string& __token) in random_device() function in random_device46 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 …]
42 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()
24 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()
21 std::random_device r; in main()
8 struct random_device { struct
102 std::random_device random_dev_;
28 static std::default_random_engine RandEngine(std::random_device{}()); in getRandomEngine()
187 static std::mt19937 rd { std::random_device{}() }; in random_hex_char()
295 std::random_device rd; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
378 class random_device389 explicit random_device(const string& token = "/dev/urandom");398 random_device(const random_device& ) = delete;399 void operator=(const random_device& ) = delete;3476 // random_device3478 class _LIBCPP_TYPE_VIS random_device3497 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;
233 // std::random_device is instead exposed through a NaCl syscall.
1324 std::random_device rd; in Seed()