Adobe Flex Actionscript Question:

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

Adobe Flex Actionscript Interview Question
Adobe Flex Actionscript Interview Question

Answer:

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


Previous QuestionNext Question
What is the difference between httpService and Data Service?Have you built any components with actionscript? If so explain how you did it?