Skip to content

chance

chance

chance is used to generate random data such as names, addresses, and phone numbers.

It is useful for testing, demos, or mock data.

Generate a Random Name

const name = modules.chance.name()

Example Output

name → "Alice Johnson"

Official Documentation

chance Docs