shithub: femtolisp

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