#pragma once #include <stdint.h> #include <stdio.h> #ifdef __cplusplus extern "C" { #endif uint32_t esp_random(void); #ifdef __cplusplus } #endif