Interface Seedable
-
- All Known Implementing Classes:
CoinStep
,OrderGlobalStep
,OrderLocalStep
,SampleGlobalStep
,SampleLocalStep
public interface Seedable
An interface implemented by steps that have some form ofRandom
usage that can be configured by way of aseed
to allow for deterministic behavior of the step.- See Also:
SeedStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
resetSeed(long seed)
-