$("h1").html(Math.floor(Math.random() * 10)); // Generate a number between 0-9 //Change 10 to the value you want to be the max number to generate
$("h1").html(Math.floor(Math.random() * 10));