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