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
           
 
Constructor Summary
Global()
           
 
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
 

Field Detail

rand

public static java.util.Random rand

randSeed

public static long randSeed
Constructor Detail

Global

public Global()
Method Detail

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)