$random = rand(15); # print the random number between 0 and 15 print("Random Number between 0 and 15: ",$random, "\n");