samples.jobshop
Class RandomGenerator

java.lang.Object
  extended by samples.jobshop.RandomGenerator

public final class RandomGenerator
extends Object


Method Summary
static int[][] randMatrix(int seed, int x, int y)
           
static int[][] randShuffle(int seed, int x, int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

randMatrix

public static int[][] randMatrix(int seed,
                                 int x,
                                 int y)

randShuffle

public static int[][] randShuffle(int seed,
                                  int x,
                                  int y)


Copyright © 2012. All Rights Reserved.