Class Rand

java.lang.Object
ru.cwcode.cwutils.numbers.Rand

public class Rand extends Object
  • Constructor Details

    • Rand

      public Rand()
  • Method Details

    • ofInt

      public static int ofInt(int max)
    • ofInt

      public static int ofInt(int min, int max)
    • ofLong

      public static long ofLong(long max)
    • ofLong

      public static long ofLong(long min, long max)
    • ofFloat

      public static float ofFloat(float max)
    • ofFloat

      public static float ofFloat(float min, float max)
    • ofDouble

      public static double ofDouble(double max)
    • ofDouble

      public static double ofDouble(double min, double max)
    • bool

      public static boolean bool()
    • testChance

      public static boolean testChance(double chance)