HomeSort by relevance Sort by last modified time
    Searched refs:random_device (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/libcxx/test/std/numerics/rand/rand.device/
eval.pass.cpp 20 // class random_device;
32 std::random_device r;
33 std::random_device::result_type e = r();
40 std::random_device r("/dev/null");
entropy.pass.cpp 12 // class random_device;
21 std::random_device r;
ctor.pass.cpp 20 // class random_device;
22 // explicit random_device(const string& token = implementation-defined);
50 std::random_device r(token);
56 std::random_device r(token);
68 std::random_device r;
89 // Test that random_device(const string&) properly handles getting
100 std::random_device r;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.device/
eval.pass.cpp 20 // class random_device;
32 std::random_device r;
33 std::random_device::result_type e = r();
40 std::random_device r("/dev/null");
entropy.pass.cpp 12 // class random_device;
21 std::random_device r;
ctor.pass.cpp 20 // class random_device;
22 // explicit random_device(const string& token = implementation-defined);
50 std::random_device r(token);
56 std::random_device r(token);
68 std::random_device r;
89 // Test that random_device(const string&) properly handles getting
100 std::random_device r;
  /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/clang/test/Modules/Inputs/PR20786/
random.h 8 struct random_device { struct in namespace:std
  /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...]
  /system/chre/apps/wifi_offload/test/
random_generator.cc 31 std::random_device random_device; local
33 initial_seed_ = random_device();
  /system/chre/apps/wifi_offload/test/include/
random_generator.h 55 std::random_device::result_type initial_seed_;
  /external/tensorflow/tensorflow/core/lib/random/
random.cc 27 std::random_device device("/dev/urandom");
  /external/vulkan-validation-layers/demos/smoke/
Simulation.h 102 std::random_device random_dev_;
  /external/nos/test/system-test-harness/src/
aes-cmac-tests.cc 56 static std::random_device random_number_generator;
60 std::random_device DcryptoTest::random_number_generator;
runtests.cc 72 static std::random_device random_number_generator;
76 std::random_device NuggetOsTest::random_number_generator;
weaver_tests.cc 27 static std::random_device random_number_generator;
61 std::random_device WeaverTest::random_number_generator;
  /external/tensorflow/tensorflow/core/kernels/
sparse_xent_op_test.cc 31 std::random_device rd;
sparse_tensor_dense_matmul_op_test.cc 53 std::random_device rd;
  /device/google/cuttlefish_common/host/frontend/vnc_server/
simulated_hw_composer.cpp 29 engine_{std::random_device{}()},
  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
numeric.h 109 std::random_device rd;
119 std::random_device rd;
  /external/libcxx/benchmarks/
GenerateInput.hpp 28 static std::default_random_engine RandEngine(std::random_device{}());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/benchmarks/
GenerateInput.hpp 28 static std::default_random_engine RandEngine(std::random_device{}());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
random.h     [all...]
  /art/libartbase/base/
utils.h 168 using RNG = std::random_device;

Completed in 847 milliseconds

1 2 3