blue.math
Class RandomGenerator

java.lang.Object
  |
  +--blue.math.RandomGenerator

public class RandomGenerator
extends java.lang.Object


Constructor Summary
RandomGenerator()
           
 
Method Summary
 void randomize()
           
 int uniform(int Low, int High)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomGenerator

public RandomGenerator()
Method Detail

uniform

public int uniform(int Low,
                   int High)

randomize

public void randomize()