Modifier and Type | Field and Description |
---|---|
protected static PRNGFactory |
currentFactory |
static String |
P_DEF_BASE |
Constructor and Description |
---|
PRNGFactory() |
Modifier and Type | Method and Description |
---|---|
abstract cern.jet.random.engine.RandomEngine |
create() |
abstract cern.jet.random.engine.RandomEngine |
create(long seed) |
abstract String |
getDescription() |
static PRNGFactory |
getFactory()
Get the concrete factory.
|
public static final String P_DEF_BASE
protected static PRNGFactory currentFactory
public static PRNGFactory getFactory()
public abstract cern.jet.random.engine.RandomEngine create()
public abstract cern.jet.random.engine.RandomEngine create(long seed)
public abstract String getDescription()
Copyright © 2014. All rights reserved.