Home
last modified time | relevance | path

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

/external/ot-br-posix/src/utils/
Dthread_helper.hpp365 std::random_device mRandomDevice; member in otbr::agent::ThreadHelper
Dthread_helper.cpp404 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()