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