org.omegahat.Simulation.RandomGenerators
Interface PRNGFactory

All Known Implementing Classes:
DefaultPRNGFactory

public interface PRNGFactory

interface for factories that create PRNG's from PRNGStates.


Method Summary
 PRNG instantiate(PRNGState state)
          Instantiate a PRNG of the correct class
 

Method Detail

instantiate

public PRNG instantiate(PRNGState state)
                 throws java.lang.Exception
Instantiate a PRNG of the correct class
Parameters:
state - State information used to create the PRNG