I think this is what do you want.
Code :
aMin = 80; // Use any number you want here as the minimum value
aMax = 100; // Use any number you want here as the maximum value
wigFreq = 25;
wigAmpl = 250;
w = wiggle(wigFreq,wigAmpl);
clampIt = clamp(w,aMin,aMax)