soot.jbco.util
Class Rand

java.lang.Object
  extended by soot.jbco.util.Rand

public class Rand
extends Object

Author:
Michael Batchelder Created on 17-Feb-2006

Constructor Summary
Rand()
           
 
Method Summary
static double getDouble()
           
static float getFloat()
           
static int getInt()
           
static int getInt(int n)
           
static long getLong()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rand

public Rand()
Method Detail

getInt

public static int getInt(int n)

getInt

public static int getInt()

getFloat

public static float getFloat()

getLong

public static long getLong()

getDouble

public static double getDouble()