summaryrefslogtreecommitdiff
path: root/stage3/rng.h
diff options
context:
space:
mode:
Diffstat (limited to 'stage3/rng.h')
-rw-r--r--stage3/rng.h6
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