swarm.random
Class BernoulliDistCImpl

java.lang.Object
  |
  +--swarm.PhaseCImpl
        |
        +--swarm.random.BernoulliDistCImpl

public class BernoulliDistCImpl
extends PhaseCImpl
implements BooleanDistributionS, BooleanDistributionC, BernoulliDistS

Bernoulli Distribution . A distribution returning YES with a given probability.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
BernoulliDistCImpl()
           
BernoulliDistCImpl(BernoulliDistImpl nextPhase)
           
 
Methods implemented by this class for interface swarm.random.BernoulliDistS
setProbability
 
Methods implemented by this class for interface swarm.random.ProbabilityDistributionS
reset, setGenerator, setGenerator$setVirtualGenerator
 
Methods implemented by this class for interface swarm.random.ProbabilityDistributionC
createEnd
 
Methods implemented by this class for interface swarm.defobj.CreateC
createEnd
 
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

BernoulliDistCImpl

public BernoulliDistCImpl(BernoulliDistImpl nextPhase)

BernoulliDistCImpl

public BernoulliDistCImpl()