swarm.random
Interface UniformUnsignedDistC

All Known Implementing Classes:
UniformUnsignedDistCImpl

public interface UniformUnsignedDistC
extends UnsignedDistributionC, UnsignedDistributionS

Uniform Unsigned Distribution. A generator of non-negative 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
 java.lang.Object create$setGenerator$setUnsignedMin$setMax(Zone aZone, SimpleRandomGenerator simpleGenerator, int minValue, int maxValue)
          Use this create message if the generator to be attached is a Simple one:
 java.lang.Object create$setGenerator$setVirtualGenerator$setUnsignedMin$setMax(Zone aZone, SplitRandomGenerator splitGenerator, 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$setUnsignedMin$setMax

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

create$setGenerator$setVirtualGenerator$setUnsignedMin$setMax

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