NameGenerator Class

Class NameGenerator generates names from a random animal and adjective.

Definition

Namespace: Alteruna
Assembly: Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4
C#
public class NameGenerator
Inheritance
Object    NameGenerator

Methods

Generate Generate a new name from Adjectives and Nouns and store the result in Name.
GenerateStatic Generate using static method and default values.

Fields

Adjectives 
Name Last name generated by the Generate() method.
Nouns 

See Also