GenerateRandomSearch

Pen Name Generator

Generates a random pen name — a first and last name combination in the style of a classic author pseudonym — for writers who'd rather publish under a different name.

What this generator does

Suggests a name to publish under, where the constraints are memorability and not colliding with an existing author. Different from the character name generators — this one has to work on a spine.

What it builds, and how many ways

Each result is assembled to this shape: [first] + [surname].

  • first: 10 options
  • surname: 10 options

Taken together those banks can be assembled 100 different ways, repeating after about 13.

Some results it can produce:

  • Adrian Delacroix
  • Corinne Winterbourne
  • Adrian Rousseau
  • Corinne Blackwood

A fixed sample so this page stays the same between visits. Your own results are assembled at random, each slot filled independently and each press independent of the last, so the same result can come up twice — past the repeat figure above, seeing one twice is more likely than not.

How to use this tool

  1. Press generate for a pen name.
  2. Generate again for another option.

Common use cases

  • Choosing a pseudonym for publishing
  • Naming a fictional author character
  • Brainstorming for a writing persona

Practical tips

  • Search the name on a bookseller before adopting it; sharing a name with a published author is a real discoverability problem.
  • Say it aloud as an introduction. A pen name is spoken at events as often as it is read.

Each part of the result is chosen independently with your browser's cryptographic random number generator, so every option in a bank is equally likely. How Generate Random works.