java-faker
java-faker copied to clipboard
Brings the popular ruby faker gem to Java
**Is your feature request related to a problem? Please describe.** Myers–Briggs Type Indicator(MBTI)show individual personality tendency. Please consider adding its feature. **Describe the solution you'd like** I would like each...
I notice that there is someone post an issue about the Elden Ring. It's a good game. So I wonder is that possible to add message of Dark Soul in...
complete issue #723 Soul knight
i have complete the weapon feature
**Describe the bug** Address for en-NZ Locale is coming with USA specific addresses. Names as well. **To Reproduce** ``` Faker feku = new Faker(new Locale("en-NZ")); System.out.println("First Name ---- "+feku.name().firstName()); System.out.println("Last...
Added a CPF generator. CPF is a Brazilian social security number and I added it because it is commonly used in all applications that require a sign up. This feature...
When I used the library, I paid attention that the method name_with_middle return two last names instead of middle name. So I propose the fix and more convenient name_with_middle format...
**Is your feature request related to a problem? Please describe.** Currently it's hard to get a `Set`, which is a random subset of a collection. kotlin example of use case...
**Is your feature request related to a problem? Please describe.** Feature idea: random [Duration](https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html) **Describe the solution you'd like** ```java Faker faker = ... ; Duration randomDur = faker.duration().atMost(Duration.ofMinutes(60)); ```...