Very simple question, and the answer will probably be even simpler. Why do the runs of this function output the same number every time, and how would I fix?
function randomNumber()
number = math.random()
print(number)
end
randomNumber()
randomNumber()
Aucun commentaire:
Enregistrer un commentaire