Formatters
Syllabore provides a NameFormatter class for modelling names that have multiple parts and need more than one generator to create them.
Consider the following formatter that creates names in the format firstname
lastname
:
Calling formatter.Next()
will create names like:
Last updated