Dear Steve,
Random number generators (RNG) is a big topic. Unless your computer
has hardware to generate truly random numbers from radioactive decay
computer simulation uses pseudo random number generators.
Take a look at this article about pseudo random number generators:
http://en.wikipedia.org/wiki/Pseudorandom_number_generator
BEAST uses the Mersenne twister RNG mentioned.
To summarise, although a given RNG will give an identical sequence
for a given seed, you shouldn't be able to predict what a sequence
will be for seed B if you know the sequence for seed A (even if A
and B are close). Then all you need to do is use a different seed
each time (BEAST uses the computer's internal millisecond clock -
the number of milliseconds since 1970 - when the world began).
Andrew
___________________________________________________________________
Andrew Rambaut
Institute of Evolutionary Biology University of Edinburgh
Ashworth Laboratories Edinburgh EH9 3JT
EMAIL -
a.ra...@ed.ac.uk TEL -
+44 131 6508624
--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.