Generating random numbers within a given limit using ActionScript 3.0


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

Comments

Popular posts from this blog

What is Adobe Flash ?

Prototype based programming