
C HAOTIC ATTRACTORS
method for producing pairs (x, y) of real numbers that randomly fill the square
[0, 1] ⫻ [0, 1] in a uniform way. In theory, if the random number generator is truly
random and uniform, we could use this device to find area: We could call it “area
measure”, by analogy with Ikeda measure. A box with dimensions a ⫻ b lying in
the square [0, 1] ⫻ [0, 1] will get a proportion of randomly generated points that
converges to ab with time.
A random number generator on a computer is pseudo-random, meaning
that it is a deterministic algorithm designed to imitate a random process as closely
as possible. If the random number program is run twice with the same starting
conditions, it will of course yield the same sequence of random numbers, barring
machine failure. That is the meaning of “deterministic”. This is sometimes useful,
as when a simulation needs to be repeated a second time with the same random
inputs. However, it is important to be able to produce a completely different
random sequence. For this reason most random number generators allow the user
to set the seed, or initial condition, of the program. If the algorithm is well-
designed, it will measure the area of an a ⫻ b rectangle to be ab, no matter which
seed is used to start the program.
The relationship of an invariant measure to a chaotic attractor is the same
as the relationship of standard area to a uniform random number generator. The
important concept is that the percentages of points in a given rectangle in Ikeda
measure are independent of the initial value of the orbit used in the rain-gauge
technique. If this is true, then Ikeda measure of a rectangle has a well-defined
meaning. In the same way, we know that an a ⫻ b rectangle in the plane has area
ab, even though there may be no uniform random number generator nearby to
check with.
Both chaotic attractors and random number generators could fail to give the
correct measure. For all we know, our random number generator might produce
the infinite sequence of points (1 2, 1 2), (1 2, 1 2),....In fact, this sequence
of numbers is as likely to occur as any other sequence. Obviously this output
of random numbers will not correctly measure sets. It would imply that the set
[0, 1 4] ⫻ [0, 1 4] has measure zero. The corresponding problem with an attractor
occurs, for example, if the initial value used to generate the points happens to be a
fixed point. The orbit generated will not generate Ikeda measure; it will generate
a measure that is 1 if the box contains the fixed point, and 0 if not.
To have a good measure, we need to require that almost every initial value
produces an orbit that in the limit measures every set identically. That is, if we
ignore a set of initial values that is a measure zero set, then the limit of the
proportion of points that fall into each set is independent of initial value. A
measure with this property will be called a natural measure.
252