Class RandomUtil

java.lang.Object
org.aksw.deer.learning.RandomUtil

public class RandomUtil extends Object
Random utility class
  • Constructor Details

    • RandomUtil

      public RandomUtil()
  • Method Details

    • get

      public static int get(int min, int max)
    • get

      public static int get(int max)
    • get

      public static double get()
    • temporaryWithSeed

      public static void temporaryWithSeed(long seed, Runnable function)