RNG Pull Macro

So one of my guildmates is easily angered and one thing that really ticks him off is pull timers other than 10 or 15. To poke at this a bit I wanted to make a macro that when pressed does a random pull timer from 10 to 60. Unfortunately I cannot get something like this to work. Ideas/Help?

10 to 60? Be a true chaotic spirit and aim for 4 to 60.

I just manually picked a random number when I was raid leading. The raid got used to it lmao

(more like, 6 thru 14 though, no one wants to wait 60s to pull for no reason)

This is part of it… not sure how to add it as an argument to the basic pull timer (probably would not work with a DBM timer).

/run local e=math.random(10,60) print(e)