I'm just curious on how to use this format:
RandNumb = Math.random()
RandNumb = Math.round(RandNumber * 5)

using this, i want the while loop to keep generating random numbers until it
generates the random number 5, then have it terminate and have a
document.write("Loop terminated because Random Number 5 was generated")

Any suggestions on how to work this?