#include <stdint.h>
#include
#define __UNI_RANDOM_H__
uint32_t uni_random(void);
/** * @brief generate a random 32bit unsigned integer * * @return the random 32bit unsigned integer */
int uni_random_string(char* dst, int size);
/** * @brief generate a random string * * @param[out] dst the output random string * @param[in] size the length of the random string * @return 0 on success, others on failed. */