Interface Seedable
- All Known Implementing Classes:
CoinStep,OrderGlobalStep,OrderLocalStep,SampleGlobalStep,SampleLocalStep
public interface Seedable
An interface implemented by steps that have some form of
Random usage that can be configured by way of a
seed to allow for deterministic behavior of the step.- See Also:
-
Method Summary
-
Method Details
-
resetSeed
void resetSeed(long seed)
-