Package org.jblas.util
Class Random
- java.lang.Object
-
- org.jblas.util.Random
-
public class Random extends java.lang.Object
Created by IntelliJ IDEA. User: mikio Date: 6/24/11 Time: 10:45 AM To change this template use File | Settings | File Templates.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.Random
r
-
Constructor Summary
Constructors Constructor Description Random()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
nextDouble()
static float
nextFloat()
static double
nextGaussian()
static int
nextInt(int max)
static void
seed(long newSeed)
-