org.ojalgo.random.process
Interface RandomProcess

All Known Implementing Classes:
DiffusionProcess, WienerProcess

public interface RandomProcess


Method Summary
 double step()
          Default step count is 1.0.
 double step(double aStepCount)
          If the implementing class maintains state, the current value should be updated when calling this method.
 

Method Detail

step

double step()
Default step count is 1.0.


step

double step(double aStepCount)
If the implementing class maintains state, the current value should be updated when calling this method.