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