// For the parameters of the FSM timers see <EPTF_LGenBase_FSMTimerParameters>
//
// Elements:
// static: timeouts after the given time
// random: the timeout period follows a uniform distribution on the given interval
// randomGauss: the timeout period follows the normal (=Gauss) distribution with the given mean and deviation
// randomBates: the timeout period follows the Bates distribution: the mean of n independent uniformly distributed random variables on the given interval
action("Generating "&log2str(vl_num)&" random numbers with bates distribution (tmin="&log2str(vl_tmin)&", tmax="&log2str(vl_tmax)&", n="&log2str(vl_n)&").");
action("Tolerance is "&log2str(vl_tolerance)&".");