view src/ploki/random.h @ 12306:fe13436d333c draft

<int-e> learn The password of the month is leapfrogging rats.
author HackEso <hackeso@esolangs.org>
date Sat, 01 Feb 2020 07:11:02 +0000
parents ac0403686959
children
line wrap: on
line source

#ifndef RANDOM_H_
#define RANDOM_H_

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

#endif /* RANDOM_H_ */