swarm.random
Interface SingleSeed

All Known Subinterfaces:
C2TAUS1gen, C2TAUS2gen, C2TAUS3gen, C2TAUSgen, MT19937gen, PMMLCG1gen, PMMLCGgen, PSWBgen, SimpleRandomGenerator

public abstract interface SingleSeed

Internal.


Method Summary
 int getInitialSeed()
          The getInitialSeed method returns the generator's starting values.
 int getMaxSeedValue()
          The getMaxSeedValue method returns the upper limit on the seed value.
 

Method Detail

getMaxSeedValue

public int getMaxSeedValue()
The getMaxSeedValue method returns the upper limit on the seed value.

getInitialSeed

public int getInitialSeed()
The getInitialSeed method returns the generator's starting values.