Generator Pools
Syllabore provides the convenience class GeneratorPool<T> for combining multiple name generators together.
Consider the following generator pool that creates both short and long names using different symbols:
Calls to pool.Next()
generates names like:
Last updated