20#ifndef ZEPHYR_INCLUDE_RANDOM_RAND32_H_ 
   21#define ZEPHYR_INCLUDE_RANDOM_RAND32_H_ 
   85#include <syscalls/rand32.h> 
int sys_csrand_get(void *dst, size_t len)
Fill the destination buffer with cryptographically secure random data values.
 
uint32_t sys_rand32_get(void)
Return a 32-bit random value that should pass general randomness tests.
 
void sys_rand_get(void *dst, size_t len)
Fill the destination buffer with random data values that should pass general randomness tests.
 
__UINT32_TYPE__ uint32_t
Definition: stdint.h:60