swarm.random
Interface Simple

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

public abstract interface Simple

Internal.


Method Summary
 boolean getAntithetic()
          The getAntithetic method returns the current values of the parameter.
 Object reset()
          The -reset method sets the generator back to the state it had at start or at the last use of -setStateFromSeed(s).
 

Method Detail

getAntithetic

public boolean getAntithetic()
The getAntithetic method returns the current values of the parameter.

reset

public Object reset()
The -reset method sets the generator back to the state it had at start or at the last use of -setStateFromSeed(s). CurrentCount is zeroed.