# href="http://d0-france.in2p3.fr/WORKING_GROUPS/SOFTWARE/mc_prod/D0RUNJOB/css/nemesis.css" />

Random seed usage

Problems have been observed with random seeds generated by the old mc_runjob code. D0Runjob seed generation has been updated to use the SystemRandom class from the python 2.4 random module. This was not available in earlier versions of python. SystemRandom utilizes the OS /dev/random device available to most Linux systems and is thought to be more reliable, and less likely to result in duplicate events.