gitee.com/h79/goutils@v1.22.10/common/random/random_test.go (about)

     1  package random
     2  
     3  import "testing"
     4  
     5  func TestRandom(t *testing.T) {
     6  
     7  	t.Log(generateString(numberChar, 16))
     8  
     9  	t.Log(GenerateMixString(32))
    10  }