Skip to content
This repository was archived by the owner on May 18, 2021. It is now read-only.
This repository was archived by the owner on May 18, 2021. It is now read-only.

Name generation #1

@mbartelsm

Description

@mbartelsm

Name settings are to be pulled from an external, human readable and editable config file

Config example

[given_names.male]
"John" = "1.0"  # Names are weighed
"Jay" = "0.3"  # Probability of being chosen upon random selection
# ...

[given_names.female]
"Dee" = "0.5"
"Jane" = "0.9"
# ...

[family_names]
"Doe" = "0.5"
"Random" = "0.6"
# ...

Metadata

Metadata

Assignees

Labels

featureNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions