summaryrefslogtreecommitdiff
path: root/lib/rand.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rand.h')
-rw-r--r--lib/rand.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/rand.h b/lib/rand.h
new file mode 100644
index 0000000..2354f6a
--- /dev/null
+++ b/lib/rand.h
@@ -0,0 +1,7 @@
+
+#pragma once
+
+#include <assert.h>
+#include <stdio.h>
+
+unsigned long int rand_seed();