static float varyFloat(float x) { ret (float) random(max(x-0.1, 0), min(x+0.1, 1)); }