shithub: femtolisp

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