This fractal is a slight variation of fbm() fractal. Before adding the new
octave to the cumulated values it will clamp it between a minimum and maximum
value. This function is intended to be used in conjunction with fracture()
clamped(base, new, strength, min = 0, max = Inf, ...)The prior values to modify
The new values to modify base with
A value to modify new with before applying it to base
The upper and lower bounds of the noise values
ignored