github.com/go-eden/common@v0.1.15-0.20210617133546-059099253264/erand/rand_data_test.go (about)

     1  package erand
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func TestBytes(t *testing.T) {
     8  	t.Log(Bytes(32))
     9  }