Package org.jblas.util
Class Random
java.lang.Object
org.jblas.util.Random
Created by IntelliJ IDEA.
User: mikio
Date: 6/24/11
Time: 10:45 AM
To change this template use File | Settings | File Templates.
-
Field Details
-
r
-
-
Constructor Details
-
Random
public Random()
-
-
Method Details
-
seed
public static void seed(long newSeed) -
nextDouble
public static double nextDouble() -
nextFloat
public static float nextFloat() -
nextInt
public static int nextInt(int max) -
nextGaussian
public static double nextGaussian()
-