Enum names::Name [] [src]

pub enum Name {
    Plain,
    Numbered,
}

A naming strategy for the Generator

Variants

Plain

This represents a plain naming strategy of the form "ADJECTIVE-NOUN"

Numbered

This represents a naming strategy with a random number appended to the end, of the form "ADJECTIVE-NOUN-NUMBER"