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
473 stars 44 forks source link

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

Closed serpro69 closed 6 months ago

serpro69 commented 6 months 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