Noise applied on a rotation

Hello, I would like to modify the orientation of an object according to a noise, to make a trembling effect.

Is there a way for that ?

You can use Random to achieve that.

Or here is a perlin noise code from unity’s package “Lightning bolt”.