swarm.random
Class RandomBitDistCImpl

java.lang.Object
  |
  +--swarm.BaseImpl
        |
        +--swarm.PhaseCImpl
              |
              +--swarm.random.RandomBitDistCImpl

public class RandomBitDistCImpl
extends PhaseCImpl
implements BooleanDistributionC, BooleanDistributionS, RandomBitDistS, RandomBitDistC

Random Bit Distribution . A generator that returns uniformly distributed single bit values (i.e. fair coin tosses).


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
RandomBitDistCImpl()
           
RandomBitDistCImpl(RandomBitDist nextPhase)
           
 
Methods implemented by this class for interface swarm.random.ProbabilityDistributionC
create$setGenerator, create$setGenerator$setVirtualGenerator, createWithDefaults
 
Methods implemented by this class for interface swarm.random.ProbabilityDistributionS
reset, setGenerator, setGenerator$setVirtualGenerator
 
Methods implemented by this class for interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods implemented by this class for interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 
Methods inherited from class swarm.PhaseCImpl
_copy_creating_phase_to_using_phase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomBitDistCImpl

public RandomBitDistCImpl(RandomBitDist nextPhase)

RandomBitDistCImpl

public RandomBitDistCImpl()