Peter Jones
Walk away with their money! lmao. KAAKAKA. Some of you may be curious as to why Math.floor(), instead of Math.round(), is used in the above code. While both successfully round off its containing parameter to an integer within the designated range, Math.floor does so more "evenly", so the resulting integer isn't lopsided towards either end of the number spectrum. In other words, a more random number is returned using Math.floor(). By the way, the Random Motivational script uses just the aforementioned code to randomly display a quote.