sampler_random_float
Generate random floating-point numbers within a specified range and quantity for data sampling, simulation, or testing purposes.
Instructions
[sampler] Generate n random floats in [low, high). Returns {values}.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| low | No | ||
| high | No | ||
| n | No | ||
| decimals | No | ||
| seed | No |