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