Enum names::Name
[−]
[src]
pub enum Name {
Plain,
Numbered,
}A naming strategy for the Generator
Variants
PlainThis represents a plain naming strategy of the form "ADJECTIVE-NOUN"
NumberedThis represents a naming strategy with a random number appended to the
end, of the form "ADJECTIVE-NOUN-NUMBER"