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

1 23

  /system/sepolicy/private/
file_contexts 119 /dev/random u:object_r:random_device:s0
172 /dev/urandom u:object_r:random_device:s0
  /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...]
  /external/protobuf/src/google/protobuf/
map.h     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map.h     [all...]
  /system/netd/server/
XfrmController.cpp 354 std::mt19937 rnd = std::mt19937(std::random_device()());
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64_test.cc 57 std::random_device rd;
    [all...]
  /system/tools/hidl/test/hidl_test/
hidl_test_client.cpp     [all...]

Completed in 886 milliseconds

1 23