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