summaryrefslogtreecommitdiff
path: root/src/user/include/knob/rand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/include/knob/rand.h')
-rw-r--r--src/user/include/knob/rand.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/user/include/knob/rand.h b/src/user/include/knob/rand.h
new file mode 100644
index 0000000..46052e2
--- /dev/null
+++ b/src/user/include/knob/rand.h
@@ -0,0 +1,8 @@
+#ifndef RAND_H
+#define RAND_H
+
+#include <stdint.h>
+
+uint32_t gen_rand();
+
+#endif \ No newline at end of file