Interface StochasticEngine
-
- All Known Implementing Classes:
StochasticEngineLcp
,StochasticEngineMersenne
public interface StochasticEngine
- Author:
- osborn
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
StochasticEngine.State
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Generator
getGenerator()
StochasticEngine.State
getState()
-
-
-
Method Detail
-
getState
StochasticEngine.State getState()
-
getGenerator
Generator getGenerator()
-
-