1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/ethutil/rand_test.go
2014-11-05 22:21:28 +01:00

9 lines
96 B
Go

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