ref: 9cdf5ac21da071741eaee93395765c3fb3ef66ea dir: /random.h/
#pragma once void randomize(void); double genrand_double(void); uint64_t genrand_uint64(void); uint32_t genrand_uint32(void); int64_t genrand_int63(void);