summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc.c b/misc.c
index 0c817c1..3bd06c6 100644
--- a/misc.c
+++ b/misc.c
@@ -53,3 +53,5 @@ static U32 rand_u32(U32 seed) {
return (U32)((seed64 * 0x832f0fda4e1a8642 + 0x41d49cd5459a2ab4) >> 32);
}
+
+