com.newisys.random
Class PRNGFactoryFactory

java.lang.Object
  extended by com.newisys.random.PRNGFactoryFactory

public class PRNGFactoryFactory
extends Object

Factory for pseudorandom number generator factories. Although a factory- factory seems like a confusing concept, it simply refers to the fact that this class provides PRNGFactory objects according to a policy or configuration, while those factories are used to create PRNG objects (i.e. independent random number streams) of a particular kind.


Constructor Summary
PRNGFactoryFactory()
           
 
Method Summary
static PRNGFactory getDefaultFactory()
          Returns the factory for the default pseudorandom number generator.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PRNGFactoryFactory

public PRNGFactoryFactory()
Method Detail

getDefaultFactory

public static PRNGFactory getDefaultFactory()
Returns the factory for the default pseudorandom number generator.

Returns:
an instance of the default PRNGFactory