util
Class RandomNumberGeneration

java.lang.Object
  extended by util.RandomNumberGeneration

public class RandomNumberGeneration
extends java.lang.Object


Constructor Summary
RandomNumberGeneration()
           
 
Method Summary
static java.util.Random getRandom()
           
static void reset()
           
static void setSeed(long seed)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomNumberGeneration

public RandomNumberGeneration()
Method Detail

getRandom

public static java.util.Random getRandom()

setSeed

public static void setSeed(long seed)

reset

public static void reset()