var a,b; function randNumber() { a=Math.floor(Math.random() * (0,180)); b=Math.floor(Math.random() * (0,180)); }