Searched refs:random_device (Results 1 – 13 of 13) sorted by relevance
81 std::random_device mRandomDevice; // pulls 32-bit random numbers from /dev/urandom88 static int64_t generateLogId(std::random_device& randomDevice);
516 int64_t CameraServiceProxyWrapper::generateLogId(std::random_device& randomDevice) { in generateLogId()
74 std::random_device random_device("/dev/urandom"); in FillRandomBuf() local76 random_device()); in FillRandomBuf()
67 std::default_random_engine mGenerator{std::random_device()()};
59 static thread_local std::random_device rd; in RandomStringForPath()
109 std::random_device rd;119 std::random_device rd;
133 std::random_device rd; in TEST_F()
236 std::random_device rd; in TYPED_TEST()327 std::random_device rd; in TYPED_TEST()
364 std::random_device device; in pullWorkAtoms()
543 std::random_device rd; in Consume()
47 [[clang::no_destroy]] static std::random_device r; in rpcMaybeWaitToFlake()
164 std::mt19937 mRandomEngine = std::mt19937(std::random_device()());
1184 std::random_device rd; in GenerateCodecId()