Searched defs:PhiloxRandom (Results 1 – 1 of 1) sorted by relevance
116 PhiloxRandom() {} in PhiloxRandom() function119 explicit PhiloxRandom(uint64 seed) { in PhiloxRandom() function125 explicit PhiloxRandom(uint64 seed_lo, uint64 seed_hi) { in PhiloxRandom() function133 PhiloxRandom(ResultType counter, Key key) : counter_(counter), key_(key) {} in PhiloxRandom() function