jaga
Interface NoisyComponent

All Known Implementing Classes:
SingleNoisySizeSampleAvgFitnessFunction

public interface NoisyComponent

A NoisyComponent uses a random number generator to vary the way in which it operates. This noise is configurable through the set method for eg. by passing it a long value representing the RNG seed.


Method Summary
 long getSeed()
           
 void setSeed(long seed)
           
 

Method Detail

setSeed

public void setSeed(long seed)

getSeed

public long getSeed()