sampler_random_float
Generate n random floating-point numbers within a range [low, high) with optional decimal precision and seed for reproducible results.
Instructions
[sampler] Generate n random floats in [low, high). Returns {values}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| low | No | ||
| high | No | ||
| n | No | ||
| decimals | No | ||
| seed | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |