package ethutil import ( "testing" ) func TestRandomUint64(t *testing.T) { RandomUint64() }