Dummy Names Generator
Print invented first plus last pairs. Each line is one name. The pool is small on purpose so you never treat this as a population file.
Rated 4.7 out of 5 based on 392 reviews
How to generate dummy names
- Set how many lines you want, from 1 to 500.
- Generate. Each line is an invented first name and last name.
- Copy the column into a mock roster, a design, or a list picker.
- Do not treat a match with someone you know as evidence that this page used public records.
Invented personal name
First plus last from two small local lists
| Format | One full name per line |
|---|---|
| Source | Tiny first-name list crossed with a tiny last-name list |
| Census | Not used. Not a demographic sample |
| Identity | Not tied to a real person or record |
| Count | 1 to 500 lines |
| Uniqueness | Repeats are possible because the pools are small |
A small list, not a census
First names and last names each come from a short hardcoded list. The page pairs them at random with Web Crypto. That is enough to fill a table in a screenshot. It is not a national name file, not Social Security data, and not a phone book. Frequency in the real world is not modeled.
Not identities of real people
If a line matches someone you know, that is a collision of common given names, not a lookup. Do not use the output for KYC, credit, or outreach. Emails and cities live on the JSON and CSV dummy pages, not here. This URL only prints names.
One name per line
The output is a plain column. There is no CSV header and no JSON wrapper. Paste it into the list picker to draw a winner, or into the team splitter to build groups. Those tools accept the same one-per-line shape.
Repeats can happen
Because both pools are small, two lines can match, especially at high counts. The generator does not enforce unique pairs. If your mock needs distinct labels, generate extra lines and delete duplicates, or add a number by hand. For structured rows with an id column, use dummy JSON.
Nothing is uploaded
You do not paste a customer list into this page. You only set a count. Results stay in the tab. That is the opposite of an enrichment API.