How do you generate random numbers within a given limit with actionscript?

  1. Math.round(Math.random() * (high - low)) + low

  2. Math.round(Math.random())

  3. Math.round(Math.random())+ low

  4. None of the baove


Correct Option: A

Find more quizzes: