public abstract class AbstractRandomUpdater extends BaseUpdater implements RandomUpdater
| Modifier and Type | Field and Description |
|---|---|
protected Random |
random |
model, size| Constructor and Description |
|---|
AbstractRandomUpdater(LogicalModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
setSeed(long seed)
Set the seed for the random generator (for reproducibility in tests, NOT for real use)
|
getModel, nodeChange, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpickSuccessorgetModelprotected final Random random
public AbstractRandomUpdater(LogicalModel model)
public void setSeed(long seed)
RandomUpdatersetSeed in interface RandomUpdaterseed - the initial seedCopyright © 2012–2020. All rights reserved.