Crate moby_name_gen

Source

Constants§

ADJECTIVES
List of all adjectives used to generate random names.
SURNAMES
List of all surnames used to generate random names.

Functions§

random_name
Generates a random name from the list of adjectives and surnames in this package formatted as “adjective-surname”. For example ‘focused-turing’.
random_name_from_rng
Generates a random name using the given rng from the list of adjectives and surnames in this package formatted as “adjective-surname”. For example ‘focused-turing’.