swarm.random
Interface UniformIntegerDistC

All Known Implementing Classes:
UniformIntegerDistCImpl

public interface UniformIntegerDistC
extends IntegerDistributionS, IntegerDistributionC

Uniform Integer Distribution. A generator of integral values uniformly distributed across a closed interval [min,max]. (The interval includes both its endpoints.) Setting minValue == maxValue is allowed (and returns minValue).


Method Summary
 Object create$setGenerator$setIntegerMin$setMax(Zone aZone, Object generator, int minValue, int maxValue)
          Use this create message if the generator to be attached is a Simple one:
 Object create$setGenerator$setVirtualGenerator$setIntegerMin$setMax(Zone aZone, Object generator, int vGen, int minValue, int maxValue)
          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$setIntegerMin$setMax

public Object create$setGenerator$setIntegerMin$setMax(Zone aZone,
                                                       Object generator,
                                                       int minValue,
                                                       int maxValue)
Use this create message if the generator to be attached is a Simple one:

create$setGenerator$setVirtualGenerator$setIntegerMin$setMax

public Object create$setGenerator$setVirtualGenerator$setIntegerMin$setMax(Zone aZone,
                                                                           Object generator,
                                                                           int vGen,
                                                                           int minValue,
                                                                           int maxValue)
Use this create message if the generator to be attached is a Split one: