Searched refs:rd (Results 1 – 11 of 11) sorted by relevance
48 std::random_device rd; in GenRandom() local50 static default_random_engine e(rd()); in GenRandom()57 std::random_device rd; in GetS8Param() local59 static default_random_engine e(rd()); in GetS8Param()67 std::random_device rd; in GetS16Param() local69 static default_random_engine e(rd()); in GetS16Param()77 std::random_device rd; in GetS32Param() local79 static default_random_engine e(rd()); in GetS32Param()87 std::random_device rd; in GetS64Param() local89 static default_random_engine e(rd()); in GetS64Param()[all …]
143 std::random_device rd; in DoSomethingInterestingWithMyAPI() local144 std::default_random_engine engine(rd()); in DoSomethingInterestingWithMyAPI()
141 std::random_device rd; in DoSomethingInterestingWithMyAPI() local142 std::default_random_engine engine(rd()); in DoSomethingInterestingWithMyAPI()
23 "file" : ["/dev/kmsg rd 0640 root root"],
281 std::random_device rd; in DoubleRandom() local283 static std::default_random_engine e(rd()); in DoubleRandom()291 std::random_device rd; in IntRandom() local293 static std::default_random_engine e(rd()); in IntRandom()
185 std::random_device rd; in DoSomethingInterestingWithMyAPI() local186 std::default_random_engine engine(rd()); in DoSomethingInterestingWithMyAPI()
238 std::random_device rd; variable239 std::default_random_engine randEngine(rd());297 std::random_device rd; variable298 std::default_random_engine randEngine(rd());
205 std::random_device rd; in DoSomethingInterestingWithMyAPI() local206 std::default_random_engine engine(rd()); in DoSomethingInterestingWithMyAPI()
323 std::random_device rd; in DoSomethingInterestingWithMyAPI() local324 std::default_random_engine engine(rd()); in DoSomethingInterestingWithMyAPI()
286 fd_set rd; in WaitChild() local288 FD_ZERO(&rd); in WaitChild()289 FD_SET(fd, &rd); in WaitChild()293 int ret = select(fd + 1, &rd, NULL, NULL, &tv); in WaitChild()
110 std::random_device rd; in GetRandom() local111 return rd(); in GetRandom()