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

int rand();

#endif