Skip to main content

Random number

Generate a random number.

Parameters

Minimun valueREQUIRED
The minimum value of the random number.
Maximum valueREQUIRED
The maximum value of the random number.
Unique per file

If checked, the function will generate a unique random number per file, instead of a new random number for each execution in the same file (for example when a mapping is executed on each line of a document).

Input

Any

To connect to the execution flow if the random number is not unique per file.

Output

Number
The random generated number.