util
Class ProbMan

java.lang.Object
  extended by util.ProbMan

public class ProbMan
extends java.lang.Object


Constructor Summary
ProbMan()
           
 
Method Summary
static boolean nextBoolean()
           
static double nextDouble()
           
static boolean testChance(double prob)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProbMan

public ProbMan()
Method Detail

nextBoolean

public static boolean nextBoolean()

nextDouble

public static double nextDouble()

testChance

public static boolean testChance(double prob)