Explained the random option choice

This commit is contained in:
shiroka 2008-11-12 08:41:45 +00:00
parent bc0c6aee58
commit 4972622c04

View File

@ -544,8 +544,8 @@
# RANDOM option choices: (specify the random number generator initialisation) # RANDOM option choices: (specify the random number generator initialisation)
# 0 ... no initialisation (default) # 0 ... no initialisation (default)
# 1 ... use actual computer time to initialise now # 1 ... use actual computer time to initialise now # Pseudo-random numbers
# 2 ... use event number to initialise at the beginning of each event # 2 ... use event number to initialise at the beginning of each event # Reproducible numbers
# 3 ... read in the random no. initial values for each event from a file # 3 ... read in the random no. initial values for each event from a file
/lem4/run/randomOption 2 /lem4/run/randomOption 2