17 #ifndef __IOTC_BSP_RNG_H__ 18 #define __IOTC_BSP_RNG_H__ void iotc_bsp_rng_shutdown()
Shuts down the RNG and frees all of the resources from initializing and generating random numbers.
void iotc_bsp_rng_init()
Initializes the platform-specific RNG requirements.
uint32_t iotc_bsp_rng_get()
Generates and returns a random, 32-bit integer.