ot::Random::NonCrypto::GetUint32InRange() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

A random `uint32_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

from examples