# File lib/extras/as_osc.rb, line 22
        def flicker(t)
                (@a-@i)*rand(2) + @i if (t+@p)%@c==0
        end