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

Allow random to be used with unique #206

Closed axelfontaine closed 4 months ago

axelfontaine commented 5 months ago

Currently there is no way to automatically guarantee that random values won't collide.

serpro69 commented 5 months ago

Hi, I think this could be a good addition, thank you for the suggestion.

Do you want to add a PR for this?