Random-voltage source. Emits a new value on each trigger and/or at a free-running rate; held between samples.
Category: Control
| Name | Type | Description |
|---|
| trigger | control | Rising edge generates a new random sample. |
| min | control | Lower-bound CV. Adds to the `min` parameter. |
| max | control | Upper-bound CV. Adds to the `max` parameter. |
| rate | control | Free-run rate CV in Hz. Adds to the `rate` parameter. |
Outputs
| Name | Type | Description |
|---|
| out | control | Last random sample, held until the next sample. |
Parameters
| Name | Type | Default | Range | Unit | Description |
|---|
| min | number | 0 | 0–1000 (log) | — | Lower bound of generated values. |
| max | number | 1 | 0–1000 (log) | — | Upper bound of generated values. |
| rate | number | 0 | 0–100 | Hz | Free-run sample rate in Hz. Set to 0 to require external triggers. |