> For the complete documentation index, see [llms.txt](https://docs.heisenware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.heisenware.com/~/changes/eYCCpn9cCBKOYnZA6a8f/building-apps/simulation-and-testing/simulating-data-wip.md).

# Simulating data (WIP)

This article lists and explains all available simulator functions.

In app development, the original data needed to test certain functionality might not be available during the building phase. In such instances, utilizing the simulator is a wise choice. The simulator provides a comprehensive set of functions, capable of generating various data types and random data.

To access the simulator, unfold `Simulation` > `Simulator` in the functionality panel.

## Simulator functions

Simulator functions do not differ from other [functions](/~/changes/eYCCpn9cCBKOYnZA6a8f/building-apps/data-processing/functions.md) in the way you can link, configure or extend them.

### Random integer

The `randomInteger` function generates random integers. You can specify a minimum and/or maximum value for the random integer using the `min:` and `max:` options in the input field.

<div align="left"><figure><img src="https://3495989837-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE5Ketpww1s7TauSAJrJ8%2Fuploads%2FaMx2cpqcly6URpKDUsZe%2Fimage.png?alt=media&amp;token=2c3e4064-8613-47cd-8889-41d286b886f1" alt=""><figcaption><p>Random integer function with minimum and maximum value</p></figcaption></figure></div>

### Random number

`randomNumber`

### Random string

`randomString`

### Random text

`randomText`

### Error

`error`

### Random object

`randomObject`

### Random array of integers

`randomArrayOfIntegers`

### Random array of numbers

`randomArrayOfNumbers`

### Random array of digits

### `randomArrayOfDigits`

### Random array of strings

`randomArrayOfStrings`

### Random array of objects

`randomArrayOfObjects`

### Random numeric data

`randomNumericData`

### Random address data

`randomAddressData`

### Random person data

`randomPersonData`

### Random chart data

`randomChartData`

### Random point in circle

`randomPointInCircle`

### Long execution

`longExecution`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.heisenware.com/~/changes/eYCCpn9cCBKOYnZA6a8f/building-apps/simulation-and-testing/simulating-data-wip.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
