added

Generating random data

We have now added support for the creation of random data in variables. Now you can create variables with random names or addresses (and more!) using the string template. The syntax for this new feature is in the form {{fake.type.subtype}}, e.g. {{fake.name.lastName}}.

305

Example of setting up a random first name

There are quite a few different types of random data that are supported. You could generate random titles like below:

305

You could also generate randomized jargon and keywords:

305

For more information about this feature and also the list of different types that are supported, please see the help docs.