Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Drandom.cpp31 random_device::random_device(const string&) in random_device() function in random_device
35 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()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.device/
Dctor.pass.cpp24 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()
Deval.pass.cpp22 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()
Dentropy.pass.cpp21 std::random_device r; in main()
/ndk/sources/cxx-stl/llvm-libc++/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;
3474 // random_device
3476 class _LIBCPP_TYPE_VIS random_device
3495 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;