shithub: femtolisp

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