Documentation ¶
Overview ¶
Package random provides facilities to generate random values. It leverages the default Source of standard 'math/rand' package that is thread-safe.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func String ¶
String returns a randomly generated string that can contain numbers, uppercase and lowercase letters.
func StringSecure ¶
StringSecure returns a cryptographically secure randomly generated string that can contain numbers, uppercase and lowercase letters.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.