Class Global
java.lang.Object
|
+--Global
- public class Global
- extends java.lang.Object
A Class to hold global parameters, utilities, etc.
|
Field Summary |
static java.util.Random |
rand
|
static long |
randSeed
|
|
Method Summary |
static int[] |
parseActions(java.util.Vector v)
Convert array of strings into array of ints |
static long |
randomLong(long low,
long high)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rand
public static java.util.Random rand
randSeed
public static long randSeed
Global
public Global()
parseActions
public static int[] parseActions(java.util.Vector v)
throws java.lang.NumberFormatException
- Convert array of strings into array of ints
java.lang.NumberFormatException
randomLong
public static long randomLong(long low,
long high)