otRandomNonCryptoGetUint16InRange() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

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

from examples