/ Published in: ActionScript
Expand |
Embed | Plain Text
function randomNumber(low:Number=0, high:Number=1):Number { return Math.floor(Math.random() * high) + low; }
You need to login to post a comment.
function randomNumber(low:Number=0, high:Number=1):Number { return Math.floor(Math.random() * high) + low; }
You need to login to post a comment.