go-ethereum/ethutil/rand_test.go

10 lines
96 B
Go

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