faker icon indicating copy to clipboard operation
faker copied to clipboard

Generate massive amounts of fake data in the browser and node.js

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

### Clear and concise description of the problem Some input fields may require that the first/last name does not exceed X number of characters ### Suggested solution provide an option...

c: feature
has workaround
p: 1-normal
m: person
s: waiting for user interest

### This PR adds a `benfordNumber()` helper function, which generates a random integer with the given number of digits, following [Benford's law](https://en.wikipedia.org/wiki/Benford%27s_law). This aims to create more realistic data. Here's...

c: feature
needs rebase
s: on hold
p: 1-normal
m: helpers

### Describe the bug Due to the limitations of float arithmetics the `precision` param is not always well reflected in the generated output. ### Reproduction ``` > faker.datatype.number({ precision: 0.01...

c: bug
help wanted
p: 1-normal
s: accepted
m: datatype

### Describe the bug The code indicates that float can take a number that will be used as precision value. But it returns always a integer number when using `typoef...

c: bug
s: needs decision
m: datatype

### Clear and concise description of the problem Most of the methods of random already found their new home, like `random.number` > `datatype.number` ### Suggested solution Move `random.word` to `word.any`...

c: feature
good first issue
s: accepted
m: random
m: word

### Clear and concise description of the problem The codebase names variables as `gender` but the values are used as male and female. "Male" and "female" are sexes not genders....

c: feature
m: name

### Describe the bug `faker.commerce.price()` always returns a value with full price. => `245.00` , `842.00` It would be nice if it could also generate prices with fractional currency prices...

c: bug
p: 1-normal
s: accepted
m: commerce

### Clear and concise description of the problem Currently the methods that generate random images return only a link to a generic endpoint which then redirects to the actual image....

c: feature
m: image

### Describe the bug When using the faker.name.firstName() function with a non-standard locale and without passing a gender value to the function, the name is still displayed in English. ###...

c: bug
has workaround
s: needs decision
s: accepted
breaking change
m: name