Home
last modified time | relevance | path

Searched refs:seed_lo (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NeuralNetworks/common/random/
Dphilox_random.h127 explicit PhiloxRandom(uint64 seed_lo, uint64 seed_hi) { in PhiloxRandom() argument
128 key_[0] = static_cast<uint32>(seed_lo); in PhiloxRandom()
129 key_[1] = static_cast<uint32>(seed_lo >> 32); in PhiloxRandom()