Searched refs:randValue (Results 1 – 3 of 3) sorted by relevance
47 unsigned long long randValue = 0; in GetRand64() local50 read(randFd, &randValue, sizeof(unsigned long long)); in GetRand64()53 return randValue; in GetRand64()
539 double randValue = rnd.getDouble(); in getFloat64s() local540 float64.push_back(randValue); in getFloat64s()