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