Class jgl.Randomizer
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jgl.Randomizer

java.lang.Object
   |
   +----jgl.Randomizer

public class Randomizer
extends Object
An easy-to-use random number generator.


Constructor Index

 o Randomizer()

Method Index

 o getInt(int)
 o getInt(int, int)

Constructors

 o Randomizer
  public Randomizer()

Methods

 o getInt
  public static int getInt(int hi)
 o getInt
  public static int getInt(int lo,
                           int hi)

All Packages  Class Hierarchy  This Package  Previous  Next  Index