Package org.numpy4j.random
Class RandomUtils
java.lang.Object
org.numpy4j.random.RandomUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doublestatic doublenextUniform(double min, double max)
-
Constructor Details
-
RandomUtils
public RandomUtils()
-
-
Method Details
-
nextGaussian
public static double nextGaussian() -
nextUniform
public static double nextUniform(double min, double max)
-