ref: c81dba8b06342e1f81640c5f14c583f5df2d3028 dir: /src/ft2_random.h/
#pragma once #include <stdint.h> void randomize(void); int32_t randoml(int32_t limit); int32_t random32(void);