Class RandomUtil


  • public class RandomUtil
    extends Object
    • Constructor Detail

      • RandomUtil

        public RandomUtil()
    • Method Detail

      • randomValueBetween

        public static double randomValueBetween​(double lowerBound,
                                                double upperBound)
      • randomValueBetween

        public static int randomValueBetween​(int minInclusive,
                                             int maxExclusive)