Searched refs:seed_hi (Results 1 – 1 of 1) sorted by relevance
125 explicit PhiloxRandom(uint64 seed_lo, uint64 seed_hi) { in PhiloxRandom() argument128 counter_[2] = static_cast<uint32>(seed_hi); in PhiloxRandom()129 counter_[3] = static_cast<uint32>(seed_hi >> 32); in PhiloxRandom()