Documentation ¶
Overview ¶
Package randx.md Date: 2022/9/7 00:57 Author: Amu Description:
Index ¶
Constants ¶
View Source
const ( Numeral = "0123456789" LowerLetters = "abcdefghijklmnopqrstuvwxyz" UpperLetters = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" Letters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" )
Variables ¶
This section is empty.
Functions ¶
func RandNumeral ¶
RandNumeral generate a random numeral string of specified length
func RandNumeralOrLetter ¶
RandNumeralOrLetter generate a random numeral or letter string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.