serpro69 / kotlin-faker

Port of a popular ruby faker gem written in kotlin. Generate realistically looking fake data such as names, addresses, banking details, and many more, that can be used for testing and data anonymization purposes.
https://serpro69.github.io/kotlin-faker/
MIT License
453 stars 42 forks source link

Fix NoSuchElementException in `uk.company.name` #240

Closed serpro69 closed 1 month ago

serpro69 commented 1 month ago

Also adds named anchors to names and make sure uk.name.first_name and uk.name.last_name return both male and female names.

Fixes #239