public abstract class Simulation extends Object
Constructor and Description |
---|
Simulation(int seed) |
Modifier and Type | Method and Description |
---|---|
abstract MBFImage |
applySimulation(MBFImage input) |
protected float |
randomFloatInRange(float min,
float max) |
protected int |
randomIntInRange(int min,
int max) |
public Simulation(int seed)
protected final float randomFloatInRange(float min, float max)
protected final int randomIntInRange(int min, int max)
public abstract MBFImage applySimulation(MBFImage input)