dwvisser.monte
Class RandomWill

java.lang.Object
  |
  +--dwvisser.monte.RandomWill

public class RandomWill
extends java.lang.Object

Version:
Author:
dwvisser

Constructor Summary
RandomWill()
           
RandomWill(int ijkl)
          Creates new Random number generator.
 
Method Summary
static void main(java.lang.String[] a)
           
 double next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomWill

public RandomWill(int ijkl)
           throws java.lang.Exception
Creates new Random number generator. The seed value Will has always used is 6789754.

Parameters:
ijkl - seed value from 0 to 900000000

RandomWill

public RandomWill()
           throws java.lang.Exception
Method Detail

next

public double next()

main

public static void main(java.lang.String[] a)