# Functions
New returns a random, unmemorable password of the default length with the default set of characters.
NewLen returns a random, unmemorable password of the given length with the default set of characters.
NewLenChars returns a random, unmemorable password of the given length with the given set of characters.
NewWordish generates a password made of word-like words.
# Constants
DefLen is the default password length returned.
# Variables
DefChars is the default set of characters used in the password.