diff --git a/ethutil/rand_test.go b/ethutil/rand_test.go
new file mode 100644
index 0000000000000000000000000000000000000000..cc64c73e550c00fda3a31eab43492b768731eaa3
--- /dev/null
+++ b/ethutil/rand_test.go
@@ -0,0 +1,9 @@
+package ethutil
+
+import (
+	"testing"
+)
+
+func TestRandomUint64(t *testing.T) {
+	RandomUint64()
+}