Searched refs:random_device (Results 1 – 5 of 5) sorted by relevance
31 random_device::random_device(const string&) in random_device() function in random_device35 random_device::~random_device() in ~random_device()40 random_device::operator()() in operator ()()49 random_device::random_device(const string& __token)56 random_device::~random_device()62 random_device::operator()()86 random_device::entropy() const _NOEXCEPT in entropy()
24 std::random_device r("wrong file"); in main()31 std::random_device r; in main()41 std::random_device r; in main()44 std::random_device r("/dev/urandom");; in main()47 std::random_device r("/dev/random");; in main()
22 std::random_device r; in main()23 std::random_device::result_type e = r(); in main()28 std::random_device r("/dev/null"); in main()
21 std::random_device r; in main()
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;3474 // random_device3476 class _LIBCPP_TYPE_VIS random_device3495 explicit random_device(const string& __token = "/dev/urandom");3496 ~random_device();3506 random_device(const random_device&); // = delete;3507 random_device& operator=(const random_device&); // = delete;