Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added unit test to cover zero probability vowels:
- When empty string generation is turned on, a SyllableGenerator should not throw any exceptions if its graphemes have been set to a zero probability of appearing - In this scenario, a NameGenerator using a zero-probability SyllableGenerator should only be generating empty strings
- Loading branch information