Interface SeedDecorator
- All Known Implementing Classes:
MixWithSuiteName
public interface SeedDecorator
This is an advanced feature. See
SeedDecorators
annotation.-
Method Summary
Modifier and TypeMethodDescriptionlong
decorate
(long seed) Called to decorate the initial seed for aRandomness
.void
initialize
(Class<?> suiteClass) Called once after instantiation to set up the decorator.
-
Method Details
-
initialize
Called once after instantiation to set up the decorator. -
decorate
long decorate(long seed) Called to decorate the initial seed for aRandomness
.
-