hexIT
Class Misc

java.lang.Object
  extended byhexIT.Misc

public class Misc
extends java.lang.Object

This is a helper class that supplies miscellaneous functions that are convenient to have package-wide.


Constructor Summary
Misc()
           
 
Method Summary
static int UniformRandom(int low, int high)
          Generates a uniformly random number between high and low, inclusive
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Misc

public Misc()
Method Detail

UniformRandom

public static int UniformRandom(int low,
                                int high)
Generates a uniformly random number between high and low, inclusive