Annotation Interface RandomizedFloat
Annotation to specify that a float field should be randomized when
Randomness.randomizeFields(Object, java.util.random.RandomGenerator)
is used.-
Optional Element Summary
Optional Elements
-
Element Details
-
min
float minThe minimum value of the float.- Returns:
- the minimum value
- Default:
1.4E-45f
-
max
float maxThe maximum value of the float.- Returns:
- the maximum value
- Default:
3.4028235E38f
-