Documentation ¶ Index ¶ func AlphaNumeric(n int) string func Bool() bool func Char(n int) string func Digit(n int) string func Float(max float64, min float64, precision int) float64 func Hex(n int) string func Integer(max int64, min int64) int64 func Name(opts ...string) string func Password(total int) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AlphaNumeric ¶ func AlphaNumeric(n int) string func Bool ¶ func Bool() bool Bool generates a randomized boolean value func Char ¶ func Char(n int) string func Digit ¶ func Digit(n int) string func Float ¶ func Float(max float64, min float64, precision int) float64 Float generates a randomized float value func Hex ¶ func Hex(n int) string func Integer ¶ func Integer(max int64, min int64) int64 Integer generates a randomized integer value. Return a random value from min to max-1 func Name ¶ func Name(opts ...string) string func Password ¶ func Password(total int) string Types ¶ This section is empty. Source Files ¶ View all Source files bool.go name.go number.go password.go Click to show internal directories. Click to hide internal directories.