samples.jobshop
Class RandomGenerator
java.lang.Object
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 |
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.