random
Input Stack: |
⇨ |
Output Stack: |
Generate a deterministic pseudo-random time series for experimentation and sample data creation.
Each datapoint is a value between 0.0 and 1.0, generated using a hash-based function of the
timestamp to ensure reproducible results across multiple queries with the same time range.
Output
- Value range: 0.0 to 1.0 (inclusive)
- Deterministic: Same time range always produces identical values
- Distribution: Approximately uniform across the range
Examples
Basic random data generation:
- :const - Generate constant values
- :time - Generate time-based patterns
- :mul - Scale random values to different ranges
- :add - Shift random values to different base levels