1 2 3 4 5 6 7 8 9
#ifndef XMAP_RANDOM_H #define XMAP_RANDOM_H #include <stdint.h> #include <stdlib.h> int random_bytes(void *dst, size_t n); #endif // XMAP_RANDOM_H