Class Random

java.lang.Object
org.jblas.util.Random

public class Random extends Object
Created by IntelliJ IDEA. User: mikio Date: 6/24/11 Time: 10:45 AM To change this template use File | Settings | File Templates.
  • Constructor Details

  • 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()