[OBJECTIVES:] The central limit theorem will be
demonstrated using several different types of random
variables. We will begin with uniform random variables.
Uniform random variables are continuous random variables
which are equally likely to take on any value in the
range [0,1]. The probability density function for
a uniform random variable looks like a boxcar:

When we roll a 6-sided die, we're equally likely to
get any integer value in the range 1-6. If we think of
increasing the number of sides on the die, and dividing
the number shown by the total number of sides, the numbers
that result are well approximated by a uniform distribution
(ie, they are mimicked by uniform random variables).
We then deal with exponential random variables. Exponential
random variables are continuous random variables which
are more likely to have values close to zero than far
away from it. The probability function shows a very rapid decay:

Typical examples of exponential random variables include
waiting times until the first occurrence of an event.
Uniform random numbers fall evenly on either side of
the mean of the distribution (0.5). Consequently,
this distribution is said to be ``symmetric''. The
Exponential random numbers, on the other hand, are
``lumped up'' on one side. This distribution is said
to be ``skew'' (for lopsided). This will turn out to
matter below.