com.newisys.random
Class PRNGFactoryFactory
java.lang.Object
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.
PRNGFactoryFactory
public PRNGFactoryFactory()
getDefaultFactory
public static PRNGFactory getDefaultFactory()
- Returns the factory for the default pseudorandom number generator.
- Returns:
- an instance of the default PRNGFactory