How to determine the animation time of a random expression

What you need is random noise, but not a noise image!
Use the 1-D Perlin noise function described above to animate the parameter.
a*noise(frame/b) will give you a parameter with amplitude a which oscillates randomly with a period of approximately b frames.

Thanks, but i don’t really know how to do that, i am not expert at all with Python :slight_smile: