random()

var randomNum = Math.random(100)

In this example, randomNum will be any integer between 0 and 99

Close