Repeatable randomization
Use Randomize to enable the variation layer. RandomSeed selects a repeatable sample, and RandomizationStrength blends the amount of variation from 0 to 1.
The six shared randomization controls are Randomize, RandomSeed, RandomizationStrength, VoxelSizeVariation, BurstRotationVariation, and SpreadVariation.
| Control | Hard range | What changes |
|---|---|---|
| RandomizationStrength | 0–1 | Overall variation amount |
| VoxelSizeVariation | 0–0.9 | Variation in cube scale |
| BurstRotationVariation | 0–180° | Random burst yaw |
| SpreadVariation | 0–0.9 | Variation in spread |
Amount controls are conditional on Randomize. With it disabled, their values have no visible effect. With strength zero, the variation is suppressed. Keep the same seed while comparing other controls; restart after changing the seed. The demo presets use seed 41 for an easy comparison.