Skip to content

Instantly share code, notes, and snippets.

@HonzaMac
Created December 21, 2021 15:48
Show Gist options
  • Save HonzaMac/2d12aaab34f1636151a4c86cd1e4d10f to your computer and use it in GitHub Desktop.
Save HonzaMac/2d12aaab34f1636151a4c86cd1e4d10f to your computer and use it in GitHub Desktop.
Faker seed value
const seedValue = 100;
faker.seed(seedValue);
console.log(faker.name.findName());
// Vždy vypíše stejné jméno: "Eva Jenkins"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment