Explained the random option choice
This commit is contained in:
parent
bc0c6aee58
commit
4972622c04
@ -544,8 +544,8 @@
|
||||
|
||||
# RANDOM option choices: (specify the random number generator initialisation)
|
||||
# 0 ... no initialisation (default)
|
||||
# 1 ... use actual computer time to initialise now
|
||||
# 2 ... use event number to initialise at the beginning of each event
|
||||
# 1 ... use actual computer time to initialise now # Pseudo-random numbers
|
||||
# 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
|
||||
/lem4/run/randomOption 2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user