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