for 10 through 20 you would do
random(10)+10
also, under math in the 's' plugin there is a ranged random
that lets you do that s.random(10,20)
it also has the benefit of being a seeded random, so you can generate the same random sequence again later if needed
lol, I never really thought of doing that. Thanks.