class

Generator

Inherits Reference < Object

+Generator+ generates a desired number of usernames using the file content provided

Constructors

new(config : Config)
Source

Instance methods

generate(content : Array(String), n = 1)

Generate n user names using sourcing from the content

Source
permutate_with(content_srcs : Array(Array(String)), delimitter = "", suffix = "")
Source