Hi,
I want my program to generate random numbers between -20 and +20 so how should I modify the following line ?
var randNum=Math.floor(Math.random()*???)
thanks for your help