Chancing
By default, every syllable's symbol position (first, middle, and last) has a 100% chance of being included as long as there are symbols to use for that position.
You can choose to change this probability to add more variety to your names. Consider the following generator:
Calls to names.Next()
will generate names like:
The Chance()
method affects the last modified position and takes a value between 0.0 and 1.0 inclusive:
0.0 means the position should never have a symbol appear (0%)
1.0 means the position should always have a symbol appear (100%)
Values in between represent a proportional percentage between 0% and 100%
Last updated