how to use math.random()

-- Generate a random number between 1 and 100
local randomNumber = math.random(1, 100)