faker icon indicating copy to clipboard operation
faker copied to clipboard

A library for generating fake data such as names, addresses, and phone numbers.

Results 6 faker issues
Sort by recently updated
recently updated
newest added

Currently there's no way to ensure unique values: https://github.com/stympy/faker#ensuring-unique-values Use case for me is in this project: https://github.com/mpchadwick/dbanon I generate random email addresses, but I need to ensure they're unique...

Something like that https://faker.readthedocs.io/en/stable/providers/faker.providers.user_agent.html

What I'm really missing here is the gender for things like `Name()`. 1. `Male` 1. `Female` 1. `Neutral`

Thank you for adding a deterministic seed in #13! An issue I'm experiencing in https://github.com/humanmade/go-anonymize-mysqldump is the determinism seems to only last for a day. What I'm seeing is that...

Hello, While working with datacharmer's test_db (https://github.com/datacharmer/test_db) and faker, I observed that we can also add a randomly generated gender field to the Name() class. I'm creating this issue to...

Current output is for example "Sander #{tussenvoegsel} Linden". With this PR, this is fixed and it will be for example "Sander van den Linden".