faker
faker copied to clipboard
Generate massive amounts of fake data in the browser and node.js
### 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...
### 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...
### 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...
### 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...
### 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`...
### 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....
### 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...
### 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....
### 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. ###...