You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Generating weighed random numbers in JavaScript JavaScript / Randomizing and Rotation
In this tutorial, we take a stab at generating weighed random numbers, or random numbers with some more likely to show up than others. This is useful in situations where you need a more refined random engine, for example in a banner script that can display some banners more often than others.