Documentation ¶
Overview ¶
Package grand 提供高性能的随机字节/数字/字符串生成功能。
Index ¶
- func B(n int) []byte
- func D(min, max time.Duration) time.Duration
- func Digits(n int) string
- func Intn(max int) int
- func Letters(n int) string
- func Meet(num, total int) bool
- func MeetProb(prob float32) bool
- func N(min, max int) int
- func Perm(n int) []int
- func S(n int, symbols ...bool) string
- func Stop()
- func Str(s string, n int) string
- func Symbols(n int) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.