Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNumber ¶
NewNumber returns a new random string of the provided length, consisting of the standard number source string. It panics if source length is wrong (<1 or >256) or rand.Read occurs an error.
func NewString ¶
NewString returns a new random string of the provided length, consisting of the standard source string. It panics if source length is wrong (<1 or >256) or rand.Read occurs an error.
func NewWithSource ¶
NewWithSource returns a new random string of the provided length, consisting of the provided source string. It panics if source length is wrong (<1 or >256) or rand.Read occurs an error.
func StdNumberSource ¶
func StdNumberSource() string
StdNumberSource returns standard number source string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.