Annotation Interface RandomizedDouble


@Target(FIELD) @Retention(RUNTIME) public @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
    Modifier and Type
    Optional Element
    Description
    double
    The maximum value for that double
    double
    The minimum value for that double
  • Element Details

    • min

      double min
      The minimum value for that double
      Returns:
      the minimum value
      Default:
      4.9E-324
    • max

      double max
      The maximum value for that double
      Returns:
      the maximum value
      Default:
      1.7976931348623157E308