ot::Random::NonCrypto::GetUint16InRange() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferencesCall TreeData Use

Return value

A random `uint16_t` value in the given range (i.e., aMin <= random value < aMax).

Notes

The returned random value can include the @p aMin value but excludes the @p aMax.

References