Welcome to the NetCologne GmbH open source mirroring service!

This machine mirrors various open-source projects. 20 Gbit/s uplink.

If there are any issues or you want another project mirrored, please contact mirror-service -=AT=- netcologne DOT de !

Swarm 2.2 Reference Guide: Class BernoulliDistCImpl

swarm.random
Class BernoulliDistCImpl

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

public class BernoulliDistCImpl
extends PhaseCImpl
implements BooleanDistributionC, BooleanDistributionS, BernoulliDistS, BernoulliDistC

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


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
BernoulliDistCImpl()
           
BernoulliDistCImpl(BernoulliDist nextPhase)
           
 
Methods implemented by this class for interface swarm.random.BernoulliDistS
setProbability
 
Methods implemented by this class for interface swarm.random.BernoulliDistC
create$setGenerator$setProbability, create$setGenerator$setVirtualGenerator$setProbability
 
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

BernoulliDistCImpl

public BernoulliDistCImpl(BernoulliDist nextPhase)

BernoulliDistCImpl

public BernoulliDistCImpl()