+ create: (id <Zone>)aZonesetGenerator:generatorsetMean: (double)meansetVariance: (double)variance Use this create message if the generator to be attached is a Simple one:
+ create: (id <Zone>)aZonesetGenerator:generatorsetVirtualGenerator: (unsigned)vGensetMean: (double)meansetVariance: (double)variance Use this create message if the generator to be attached is a Split one:
Phase: Setting
- setMean: (double)meansetVariance: (double)variance The setMean:setVariance: method sets the mean and the variance of the distribution.
Phase: Using
- (double)getMean The getMean method returns the mean of the distribution.
- (double)getVariance The getVariance method returns the variance of the distribution.
- (double)getStdDev The getStdDev method returns the standard deviation of the distribution.
- (double)getSampleWithMean: (double)meanwithVariance: (double)variance The getSampleWithMean:withVariance: method returns a sample value drawn from a distribution with the specified mean and variance.