Ramdom number from 10 to 100 : <%= (int) (Math.random() * 100) %>

Refresh the page to see the next number.