Generates quadratically interpolated random values at a rate given by the nearest integer division of the sample rate by the freq argument.
NOTE: quadratic interpolation means that the noise values can occasionally extend beyond the normal range of +-1, if the freq varies in certain ways. If this is undesirable then you might like to clip2 the values, or use a linearly-interpolating unit instead.