summaryrefslogtreecommitdiffstats
path: root/nebu/include/base/nebu_random.h
blob: b654a7c4a47ecf3678cb093aa3135c2b8de46e27 (plain)
1
2
3
4
5
6
7
8
#ifndef NEBU_RANDOM_H
#define NEBU_RANDOM_H

void tsrand(unsigned int s);
int trand(void);
double tfrand(void);

#endif