Package org.aksw.deer.learning
Class RandomUtil
java.lang.Object
org.aksw.deer.learning.RandomUtil
Random utility class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doubleget()static intget(int max)static intget(int min, int max)static voidtemporaryWithSeed(long seed, Runnable function)
-
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
-