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