Interface SeedDecorator
- All Known Implementing Classes:
MixWithSuiteName
public interface SeedDecorator
This is an advanced feature. See
SeedDecorators annotation.-
Method Summary
Modifier and TypeMethodDescriptionlongdecorate(long seed) Called to decorate the initial seed for aRandomness.voidinitialize(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.
-