shithub: femtolisp

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