Searched refs:mRandomDevice (Results 1 – 2 of 2) sorted by relevance
365 std::random_device mRandomDevice; member in otbr::agent::ThreadHelper
404 buf[i] = static_cast<uint8_t>(dist(mRandomDevice)); in RandomFill()490 …turn channels[std::uniform_int_distribution<unsigned int>(0, numValidChannels - 1)(mRandomDevice)]; in RandomChannelFromChannelMask()