to the start of the code, which will fire the random number generator up using an analog read from pin 0 to get a properly random seed for the generator.
if you dont seed the generator (or you seed it with a consistant value) you’ll get the same sequence of numbers every time
(We actually use the fact it will give the same thing every time to make the random functions in inkscape behave the same when you reload a file.)
see for ref: http://arduino.cc/de/Reference/RandomSeed
]]>