SimVoi random functions:
SimVoi adds fifteen random number generator functions to Excel. The fifteen functions are:
RANDBINOMIAL(trials,probability_s)
RANDBIVARNORMAL(mean1,stdev1,mean2,stdev2,correl12)
RANDCUMULATIVE(value_cumulative_table)
RANDDISCRETE(value_discrete_table)
RANDEXPONENTIAL(lambda)
RANDINTEGER(bottom,top)
RANDLOGNORMAL(Mean,StDev)
RANDNORMAL(mean,standard_dev)
RANDPOISSON(mean)
RANDSAMPLE(population)
RANDTRIANGULAR(minimum,most_likely,maximum)
RANDTRUNCBIVARNORMAL(mean1,stdev1,mean2,stdev2,correl12, min1,max1,min2,max2)
RANDTRUNCLOGNORMAL(Mean,StDev,MinValue,MaxValue))
RANDTRUNCNORMAL(Mean,StDev,MinValue,MaxValue))
RANDUNIFORM(minimum,maximum)
You can use these functions as inputs to your model by typing in a worksheet cell. Or, in Windows Excel,
from the Formulas ribbon, choose Insert Function and select the User Defined category.