Annotation Interface RandomizedDouble
This annotation is used to mark a field as a double that should be randomized when
Randomness.randomizeFields(Object, java.util.random.RandomGenerator)
is used.-
Optional Element Summary
Optional Elements
-
Element Details
-
min
double minThe minimum value for that double- Returns:
- the minimum value
- Default:
4.9E-324
-
max
double maxThe maximum value for that double- Returns:
- the maximum value
- Default:
1.7976931348623157E308
-