swarm.random
Interface SplitGeneratorS

All Known Subinterfaces:
SplitRandomGenerator, SplitRandomGeneratorC, SplitRandomGeneratorS

public interface SplitGeneratorS

Internal.


Method Summary
 java.lang.Object initAll()
          The initAll method resets the state of all the virtual generators to the start of segment #0.
 java.lang.Object initGenerator(int vGen)
          The initGenerator method resets the state of a virtual generator to the start of segment #0.
 

Method Detail

initGenerator

public java.lang.Object initGenerator(int vGen)
The initGenerator method resets the state of a virtual generator to the start of segment #0.

initAll

public java.lang.Object initAll()
The initAll method resets the state of all the virtual generators to the start of segment #0.