Imports of package pwgen

PathSynopsis
crypto/randPackage rand implements a cryptographically secure random number generator.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
git.sr.ht/~seirdy/moacPackage moac provides the utilities to calculate password strength given physical constraints.
git.sr.ht/~seirdy/moac/entropyPackage entropy provides a means to compute entropy of a given random string by analyzing both the charsets used and its length.
logPackage log implements a simple logging package.
mathPackage math provides basic constants and mathematical functions.
math/bigPackage big implements arbitrary-precision arithmetic (big numbers).
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.