ref: 1b15596cd6dfc664fae5efcba7febda83a76a5de 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);