Searched refs:otRandomNonCryptoGetUint16 (Results 1 – 3 of 3) sorted by relevance
72 uint16_t otRandomNonCryptoGetUint16(void);
44 uint16_t otRandomNonCryptoGetUint16(void) { return Random::NonCrypto::GetUint16(); } in otRandomNonCryptoGetUint16() function
551 if (otRandomNonCryptoGetUint16() < (probabilityThreshold * 0xffff / 100)) in GetRssi()