Interface ContextAwareRandomizer<T>

  • Type Parameters:
    T - the type generated by the randomizer
    All Superinterfaces:
    Randomizer<T>

    public interface ContextAwareRandomizer<T>
    extends Randomizer<T>
    Interface for a Randomizer that is aware of the randomization context it is invoked in.
    Author:
    Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)