Am curious why is math.floor returns good results than math.ceil when I do random words generation and check in console.log.
Why can't math.ceil work perfectly? Is there something about incompatibility of math.ceil with math.random or is it how I assign and array number (item) of string elements?