Documentation
¶
Overview ¶
Package rand is a collection of utility functions for generating random numbers and identifiers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AlphaNum32 ¶
AlphaNum32 generates a random string of the specified length. The string will include only uppercase letters and numbers A-V, 0-9.
func AlphaNum64 ¶
AlphaNum64 generates a random string of the specified length. The string will include only alphanumeric characters a-z, A-Z, 0-9.
Types ¶
Click to show internal directories.
Click to hide internal directories.