How the generator works
The tool draws from curated lists of common first names (masculine and feminine) and last names, then picks entries at random using your browser's cryptographically secure random source (crypto.getRandomValues) for good, unbiased distribution.
You choose whether you want a first name, a last name or a full name, and how many to produce. Each click gives a fresh batch.
Worked example
Generating 3 full names:
Good uses (and a note)
Random names are perfect for naming characters in fiction and games, generating realistic test data and placeholders for design mockups, or anonymizing examples. These are made-up combinations from common name parts and aren't tied to any real person; any resemblance to a real individual is coincidental. Don't use generated names to impersonate anyone.