aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ethutil/rand_test.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/ethutil/rand_test.go b/ethutil/rand_test.go
new file mode 100644
index 000000000..cc64c73e5
--- /dev/null
+++ b/ethutil/rand_test.go
@@ -0,0 +1,9 @@
+package ethutil
+
+import (
+ "testing"
+)
+
+func TestRandomUint64(t *testing.T) {
+ RandomUint64()
+}