Could the pause time be random?

When I use the Action of Pause, I can set the pause time, but the pause time is fixed.

Combined With the Action of repeat, It can pause the same time everytime.

I want to know If pause time can be random, means that the pause time is random in a range.

If you start typing a non-numerical value, the input field for the Pause action expands into a field that accepts calculations. You can then declare a random pause like so:

which, in this case, will pick a random number between 0 and 10, and pause for that number of seconds.

Thanks very much .