helix.graph.algo
Class AbstractRandomGenerator

java.lang.Object
  extended by helix.graph.algo.AbstractRandomGenerator
All Implemented Interfaces:
Generator, RandomGenerator
Direct Known Subclasses:
ErdosGenerator

public abstract class AbstractRandomGenerator
extends Object
implements RandomGenerator


Constructor Summary
AbstractRandomGenerator()
           
 
Method Summary
 void setSeed(long seed)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface helix.graph.algo.Generator
generate
 

Constructor Detail

AbstractRandomGenerator

public AbstractRandomGenerator()
Method Detail

setSeed

public void setSeed(long seed)
Specified by:
setSeed in interface RandomGenerator