summaryrefslogtreecommitdiffstats
path: root/nebu/include/base/nebu_random.h
diff options
context:
space:
mode:
Diffstat (limited to 'nebu/include/base/nebu_random.h')
-rw-r--r--nebu/include/base/nebu_random.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/nebu/include/base/nebu_random.h b/nebu/include/base/nebu_random.h
new file mode 100644
index 0000000..b654a7c
--- /dev/null
+++ b/nebu/include/base/nebu_random.h
@@ -0,0 +1,8 @@
+#ifndef NEBU_RANDOM_H
+#define NEBU_RANDOM_H
+
+void tsrand(unsigned int s);
+int trand(void);
+double tfrand(void);
+
+#endif