shithub: femtolisp

ref: 403612b41e00e04cc7d8e292db4022f4c2d2f81f
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);