0.01.00
random.h File Reference

This file includes the platform abstraction for random number generation. More...

#include <stdint.h>
#include <openthread/types.h>

Go to the source code of this file.

Functions

uint32_t otPlatRandomGet (void)
 Get a 32-bit random value. More...
 
otError otPlatRandomGetTrue (uint8_t *aOutput, uint16_t aOutputLength)
 Get true random value sequence. More...
 

Detailed Description

This file includes the platform abstraction for random number generation.