You can randomize the length of a Pause action by first randomizing a decimal variable and then use that decimal variable in a variable pause.
This will pause between one and five seconds:
Set decimal [myDecimalVariable] value as random from 1 to 5 <--- Other>Advanced>Set a decimal value>Random value
Pause a variable number of seconds [myDecimalVariable] <--- Pause>Variable pause
Hope that helps!