Documentation ¶
Overview ¶
Package randomstring provides utilities for generating random strings.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Charset ¶
type Charset struct {
// contains filtered or unexported fields
}
Charset is a wrapper for a charset that needs to be provided for random string generation. It prevents the need to create a big.Int multiple times.
func NewCharset ¶
type StandardGenerator ¶
type StandardGenerator struct{}
Click to show internal directories.
Click to hide internal directories.