view src/ploki/random.h @ 11266:d0b0045333a6

<oerjan> learn_append A test is a test, in jest, in jest.
author HackBot
date Tue, 12 Dec 2017 22:00:50 +0000
parents ac0403686959
children
line wrap: on
line source

#ifndef RANDOM_H_
#define RANDOM_H_

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

#endif /* RANDOM_H_ */