Skip to content

Guide 1.0.2꞉ Quick Start

Kevin Sacro edited this page Dec 1, 2023 · 1 revision

Quick Start

Use the NameGenerator class to generate names. Call Next() to get a new name. By default, a subset of consonants and vowels from the English language will be used.

Here is an example .NET console application that generates a single name and prints it to the console:

using Syllabore;

public class Program
{
    public static void Main(string[] args)
    {
        var g = new NameGenerator();
        Console.WriteLine(g.Next());
    }
}

This will return names like:

Pheras
Domar
Teso