Home
last modified time | relevance | path

Searched refs:otRandomNonCryptoGetUint16 (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Drandom_noncrypto.h72 uint16_t otRandomNonCryptoGetUint16(void);
/openthread-latest/src/core/api/
Drandom_noncrypto_api.cpp44 uint16_t otRandomNonCryptoGetUint16(void) { return Random::NonCrypto::GetUint16(); } in otRandomNonCryptoGetUint16() function
/openthread-latest/examples/platforms/simulation/
Dradio.c551 if (otRandomNonCryptoGetUint16() < (probabilityThreshold * 0xffff / 100)) in GetRssi()