github.com/sandwich-go/boost@v1.3.29/xrand/README.md (about) 1 # xrand 2 3 随机辅助函数 4 5 - 生成随机数 6 - 生成随机字符串 7 8 # 例子 9 ```go 10 fmt.Println(String(10)) 11 ``` 12 Output: 13 ```text 14 zaaaadtxjr 15 ```