net.sourceforge.cilib.math.random.generator
Class NetworkBasedSeedSelectionStrategy

java.lang.Object
  extended by net.sourceforge.cilib.math.random.generator.NetworkBasedSeedSelectionStrategy
All Implemented Interfaces:
SeedSelectionStrategy

public class NetworkBasedSeedSelectionStrategy
extends Object
implements SeedSelectionStrategy

Determine the initial seed value by manipulating the current network address.


Constructor Summary
NetworkBasedSeedSelectionStrategy()
           
 
Method Summary
 long getSeed()
          Obtain the desired seed value based.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkBasedSeedSelectionStrategy

public NetworkBasedSeedSelectionStrategy()
Method Detail

getSeed

public long getSeed()
Description copied from interface: SeedSelectionStrategy
Obtain the desired seed value based.

Specified by:
getSeed in interface SeedSelectionStrategy
Returns:
The seed value to use.


Copyright © 2009 CIRG. All Rights Reserved.