Searched refs:randDevice (Results 1 – 3 of 3) sorted by relevance
32 std::random_device randDevice; in GenRandInt()33 std::mt19937 genRand(randDevice()); in GenRandInt()41 std::random_device randDevice; in GenRandLongLong() local42 std::mt19937 genRand(randDevice()); in GenRandLongLong()
79 std::random_device randDevice; in IPCProcessSkeleton() local80 std::default_random_engine baseRand { randDevice() }; in IPCProcessSkeleton()
105 std::random_device randDevice; in GenRandUint() local106 std::mt19937 genRand(randDevice()); in GenRandUint()