plugeth/ethutil/rand_test.go

10 lines
96 B
Go
Raw Normal View History

2014-11-05 21:21:28 +00:00
package ethutil
import (
"testing"
)
func TestRandomUint64(t *testing.T) {
RandomUint64()
}