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