summaryrefslogtreecommitdiff
path: root/stage3/rng.h
blob: 7e3f5ed51c490173b647088f4e2cb2d7edb69df4 (plain)
1
2
3
4
5
6
7
#ifndef RNG_H
#define RNG_H

int rand();
void srand(int seed);

#endif