HomeSort by relevance Sort by last modified time
    Searched defs:random_device (Results 1 - 5 of 5) sorted by null

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
random.cpp 40 random_device::random_device(const string& __token) function in class:random_device
46 random_device::~random_device()
51 random_device::operator()()
58 random_device::random_device(const string& __token)
62 __throw_system_error(errno, ("random_device failed to open " + __token).c_str());
65 random_device::~random_device()
    [all...]
  /external/libcxx/src/
random.cpp 42 random_device::random_device(const string& __token) function in class:random_device
48 random_device::~random_device()
53 random_device::operator()()
59 __throw_system_error(errno, "random_device getentropy failed");
65 random_device::random_device(const string& __token)
71 random_device::~random_device()
    [all...]
  /external/clang/test/Modules/Inputs/PR20786/
random.h 8 struct random_device { struct in namespace:std
  /system/chre/apps/wifi_offload/test/
random_generator.cc 31 std::random_device random_device; local
33 initial_seed_ = random_device();
  /external/tensorflow/tensorflow/compiler/tests/
randomized_tests.cc 23 // std::random_device). However, a particular choice of random seed can be
349 std::random_device random_device; local
350 seed = random_device();
    [all...]

Completed in 133 milliseconds