Usage
Use these in click handlers or batch randomizers to explore uniform parameter space—pair with Leva, dial kits, or ad hoc buttons.
import { randomInRange, randomizeAround } from '@/utils/generative_randomization'
_bands.value = Math.floor(randomizeAround(8, 0.2, 4, 16))
_paletteA.value.x = randomizeAround(0.5, 0.3, 0.2, 0.8)