This class implements those methods needed by RandomTimer
to be instantiable and implements a random delay with
an average value and a gaussian distributed variation.
This method is used by the init method to load the property
file that may even reside in the user space, or in the
classpath under org.apache.jmeter.jmeter.properties
This class implements a statistical analyser that
calculates both the average and the standard deviation
of the sampling process and outputs them as autoscaling
plots.
This method is used by the constructor to load the property
file that may even reside in the user space, or in the
classpath under org.apache.jmeter.jmeter.properties
This class implements those methods needed by RandomTimer
to be instantiable and implements a random delay with
an average value and a uniformly distributed variation.