diff options
Diffstat (limited to 'stage3/rng.h')
-rw-r--r-- | stage3/rng.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/stage3/rng.h b/stage3/rng.h new file mode 100644 index 0000000..fe83ff7 --- /dev/null +++ b/stage3/rng.h @@ -0,0 +1,6 @@ +#ifndef RNG_H +#define RNG_H + +int rand(); + +#endif |