> ## Documentation Index
> Fetch the complete documentation index at: https://www.integrate.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ETL: RANDOM

> Generate a pseudo-random floating-point number between 0.0 and 1.0 in your ETL pipeline. Useful for sampling, testing, and data randomization.

## Description

Returns a pseudo-random number between 0.0 and 1.0

## Syntax

`RANDOM()`

## Examples

`RANDOM()` - returns an arbitrary number

## Return value datatype

Double
