in reply to Re: Re: random number generation problem
in thread random number generation problem

Would you believe it if I said that it should read:
1 .. 5+int(rand(10)))
Since we aren't counting from five to some number in the range of 5-15, but from 1!

Thanks to cghost23 and Chmrr for the tip.