# Generate Random Value

## ![](/files/WDwSvG93ppsR8ia23tow) Generate Random Value

### Description <a href="#description" id="description"></a>

The File Exists transforms verifies the existence of a file. The filenames to check are read from pipeline fields.

The transform outputs a boolean flag field, indicating whether a file exists or doesn’t.

| Hop Engine | <sup>✓</sup> |
| ---------- | ------------ |
| Spark      | <sup>✓</sup> |
| Flink      | <sup>✓</sup> |
| Dataflow   | <sup>✓</sup> |

### Options

| Option         | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Transform name | Name of the transform.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| Seed           | The seed to use for the random `number`, `integer` and `string` type.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| Type           | <p>The type of data you want to get back:</p><p>- <code>Random number</code> : generates a random number between 0 and 1</p><p>- <code>Random integer</code> : generates a random 32-bit integer</p><p>- <code>Random string</code> : generates a random string based on a 64-bit long random value</p><p>- <code>Universally Unique Identifier (UUID)</code></p><p>- <code>Universally Unique Identifier type 4 (UUID4)</code></p><p>- <code>Random Message Authentication Code (HmacMD5)</code></p><p>- <code>Random Message Authentication Code (HmacSHA1)</code></p> |


---

# Agent Instructions: 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:

```
GET https://docs.primeur.com/data-shaper-1.21/knowing-the-data-shaper-designer/pipelines/transforms/generaterandomvalue.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
