pub fn generate_random_name() -> String
Expand description

Generates a random name composed of an adjective, a noun, and another noun.

§Returns

A string in the format “{adjective}-{noun1}-{noun2}”.