view src/ploki/random.h @ 12300:a20d4132c6b4 draft

<oerjan> le/rn_append zemhill//See http://zem.fi/bfjoust/ for more information.
author HackEso <hackeso@esolangs.org>
date Tue, 07 Jan 2020 07:35:11 +0000
parents ac0403686959
children
line wrap: on
line source

#ifndef RANDOM_H_
#define RANDOM_H_

void randseed(void);
double randval(void);

#endif /* RANDOM_H_ */