shithub: sl

ref: f5817e38d5aee775a8548c9be4e804b910a8090b
dir: /random.h/

View raw version
#pragma once

void randomize(void);
double genrand_double(void);
uint64_t genrand_uint64(void);
uint32_t genrand_uint32(void);
int64_t genrand_int63(void);