Noise 1D
PureNoise1DGenerates 1D Perlin-style noise at position X with an optional seed.
Type: Pure (no side effects)
Category: Fortuna|Math & Numeric
Keywords: math & numeric
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| X | float | — | X parameter |
| Seed | int | 0 | Seed parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | float -1 to 1 | ReturnValue output |
Example Use Cases
Example 1
Procedural terrain height variation along a path.
Example 2
Randomized idle animation offsets.