Interface SeedDecorator

All Known Implementing Classes:
MixWithSuiteName

public interface SeedDecorator
This is an advanced feature. See SeedDecorators annotation.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    decorate(long seed)
    Called to decorate the initial seed for a Randomness.
    void
    initialize(Class<?> suiteClass)
    Called once after instantiation to set up the decorator.
  • Method Details

    • initialize

      void initialize(Class<?> suiteClass)
      Called once after instantiation to set up the decorator.
    • decorate

      long decorate(long seed)
      Called to decorate the initial seed for a Randomness.