org.lee.mugen.util
Class MugenRandom

java.lang.Object
  extended by org.lee.mugen.util.MugenRandom

public class MugenRandom
extends java.lang.Object


Constructor Summary
MugenRandom()
           
 
Method Summary
static java.util.Random getInstanceOf()
           
static int getRandomNumber()
           
static int getRandomNumber(int start, int end)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MugenRandom

public MugenRandom()
Method Detail

getInstanceOf

public static java.util.Random getInstanceOf()

getRandomNumber

public static int getRandomNumber()

getRandomNumber

public static int getRandomNumber(int start,
                                  int end)