swarm.random
Interface ExponentialDistC

All Known Implementing Classes:
ExponentialDistCImpl

public interface ExponentialDistC
extends DoubleDistributionC, DoubleDistributionS

Exponential distribuiton . A well-known continuous probability distribution returning doubles.


Method Summary
 java.lang.Object create$setGenerator$setMean(Zone aZone, SimpleRandomGenerator simpleGenerator, double mean)
          Use this create message if the generator to be attached is a Simple one:
 java.lang.Object create$setGenerator$setVirtualGenerator$setMean(Zone aZone, SplitRandomGenerator splitGenerator, int vGen, double mean)
          Use this create message if the generator to be attached is a Split one:
 
Methods inherited from interface swarm.random.ProbabilityDistributionC
create$setGenerator, create$setGenerator$setVirtualGenerator, createWithDefaults
 
Methods inherited from interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods inherited from interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 

Method Detail

create$setGenerator$setMean

public java.lang.Object create$setGenerator$setMean(Zone aZone,
                                                    SimpleRandomGenerator simpleGenerator,
                                                    double mean)
Use this create message if the generator to be attached is a Simple one:

create$setGenerator$setVirtualGenerator$setMean

public java.lang.Object create$setGenerator$setVirtualGenerator$setMean(Zone aZone,
                                                                        SplitRandomGenerator splitGenerator,
                                                                        int vGen,
                                                                        double mean)
Use this create message if the generator to be attached is a Split one: