Documentation ¶
Overview ¶
Package grand provides high performance API for random functionality.
随机数管理.
Index ¶
- 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 Rand(min, max int) int
- func RandDigits(n int) string
- func RandLetters(n int) string
- func RandStr(n int) string
- func Str(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.