public static bool Noisify(float tolerance) { return(iluNoisify(MemoryHelper.Clamp(tolerance, 0f, 1f))); }