le_rand.h
Go to the documentation of this file.
8 * This Random Number API is a wrapper around a cryptographic pseudo-random number generator (CPRNG)11 * The random numbers returned by this API may be used for cryptographic purposes such as encryption19 //--------------------------------------------------------------------------------------------------31 //--------------------------------------------------------------------------------------------------40 //--------------------------------------------------------------------------------------------------48 //--------------------------------------------------------------------------------------------------52 //--------------------------------------------------------------------------------------------------uint32_t le_rand_GetNumBetween(uint32_t min, uint32_t max)void le_rand_GetBuffer(uint8_t *bufPtr, size_t bufSize)