gen

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateParagraphs

func GenerateParagraphs(n int) string

func GeneratePassword

func GeneratePassword(opts PasswordOpts) (string, error)

func GenerateSentences

func GenerateSentences(n int) string

func GenerateUUID

func GenerateUUID(version int, namespace, name string) (string, error)

func GenerateWords

func GenerateWords(n int) string

Types

type PasswordOpts

type PasswordOpts struct {
	Length  int
	Upper   bool
	Lower   bool
	Digits  bool
	Symbols bool
	Exclude string
}

PasswordOpts configures password generation.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL