Package org.jeasy.random.api
Interface ContextAwareRandomizer<T>
- Type Parameters:
T
- the type generated by the randomizer
- All Superinterfaces:
Randomizer<T>
Interface for a
Randomizer
that is aware of the randomization context
it is invoked in.- Author:
- Mahmoud Ben Hassine ([email protected])
-
Method Summary
Methods inherited from interface org.jeasy.random.api.Randomizer
getRandomValue
-
Method Details
-
setRandomizerContext
-