view src/ploki/random.h @ 9473:9a4a5b747a91

<oerjan> slwd religious nut//s/ This/The religious/
author HackBot
date Thu, 27 Oct 2016 01:29:38 +0000
parents ac0403686959
children
line wrap: on
line source

#ifndef RANDOM_H_
#define RANDOM_H_

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

#endif /* RANDOM_H_ */