summaryrefslogtreecommitdiff
path: root/randnum.h
diff options
context:
space:
mode:
Diffstat (limited to 'randnum.h')
-rw-r--r--randnum.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/randnum.h b/randnum.h
new file mode 100644
index 0000000..cf6b42b
--- /dev/null
+++ b/randnum.h
@@ -0,0 +1,5 @@
+#include <stdint.h>
+
+int32_t randwc(int32_t num);
+uint32_t abs_randwc(uint32_t num);
+int32_t randnum(int32_t lngval);