A quick way to skew random numbers towards 0 is to raise them to some powers - the higher the power, the higher the skew.
var num:Number = Math.pow( Math.random(), 2 );
This is a post within the site. You can navigate through posts via the links labelled 'next', or click on 'search/sitemap' at the top right handside of the page to navigate more quickly.

Fritz is an Italian chap who's been living and working in London for almost 20 years.
He's currently technical director for an integrated digital agency.
In the past he's been a chef, a musician, and author of comics.
Enumerators are collections of data that can be iterated through. Although useful, they are
A quick way to skew random numbers towards 0 is to raise them to some powers - the higher the ...
find a_directory -iname "*.zip" -exec unzip -d another_directory {} \; This will unzip all files from a_directory into another_directory find a_directory -iname ...
