Person

Generates random names from the English language.
You can pick one of the following formats:

Format Description

Full name

Generates random full names from the English language.

Examples:

'Norma Fisher'
'Jorge Sullivan'
'Elizabeth Woods'
'Susan Wagner'
'Peter Montgomery'

First name

Generates random first names from the English language.

Examples:

'Megan'
'Katherine'
'Robert'
'Jonathan'
'William'

Last name

Generates random last names from the English language.

Examples:

'Richard'
'Chang'
'Fisher'
'Green'
'Dixon'

Bank IBAN

Generates random, life-like IBAN bank account numbers. They conform to the official format, are of the expected length, and have a valid checksum.

Generated IBANs that turn out to be valid in real life are purely coincidental.

Examples:

'GB84MYNB48764759382421'
'GB13TZIR92411578156593'
'GB51RPOQ40801609753513'
'GB03SHHZ28711587148418'
'GB56KRGZ98947196593423'

Email

Generates random emails.

Each email address contains the domain name of a free email service provider.

'tamaramorrison@hotmail.com'
'martha10@hotmail.com'
'deborah64@gmail.com'
'franklinjames@yahoo.com'
'samanthasims@yahoo.com'

Address

Generates random address information.
You can pick one of the following formats:

Format Description

Full address

Generates random address details.

Each full address is formatted as a string containing a street name and house number, place of residence, and postal code.

Examples:

'48764 Howard Forge Apt. 421\nVanessaside, PA 19763'
'578 Michael Island\nNew Thomas, NC 34644'
'60975 Jessica Squares\nEast Sallybury, FL 71671'
'8714 Mann Plaza\nLisaside, PA 72227'
'96593 White View Apt. 094\nJonesberg, FL 05565'

City

Generates random cities.

Examples:

'Changchester'
'West Tammyfort'
'Hullport'
'Howardborough'
'West Donald'

Country

Generates random countries.

Examples:

'Tanzania'
'Hungary'
'Senegal'
'Tuvalu'
'Italy'

Number

Generates random numbers.

Set the range by specifying the minimum and maximum values. To specify the precision, enter the number of digits after the decimal dot in the precision field.

Custom string

Generates random strings based on a string pattern.

Format your string using the # and ? symbols as placeholders for random values:

  • Number signs (#) are replaced with a random digit (0 to 9).

  • Question marks (?) are randomly drawn from the characters you entered in the Character range field.


Usage Examples:

'Telephone: +1 (###) ###-####'
'Company ID: Company ????????'
'Transaction ID: ???-####-?######'

Constant

Writes a constant value.
Enter the value to be written in the input field.

Row number

Writes the row number.