Interface Seedable
- 
- All Known Implementing Classes:
- CoinStep,- OrderGlobalStep,- OrderLocalStep,- SampleGlobalStep,- SampleLocalStep
 
 public interface SeedableAn interface implemented by steps that have some form ofRandomusage that can be configured by way of aseedto allow for deterministic behavior of the step.- See Also:
- SeedStrategy
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidresetSeed(long seed)
 
-