esp_fill_random() function
Fill a buffer with random bytes from hardware RNG
Syntax
void esp_fill_random(void *buf,
size_t len);
Arguments
buf
Pointer to buffer to fill with random numbers.
len
Length of buffer in bytes
Notes
This function is implemented via calls to esp_random(), so the same constraints apply.
Examples
esp_fill_random() is referenced by 5 libraries and example projects: