Math.round(Math.random()*x)
<input type="button" value="num" onclick="value+=', '+Math.floor(Math.random()*15+1)">
var beg=-5 var end=10 var val=Math.random()*(end-beg+1) val=Math.floor(val)+beg alert(val)