jist.swans.runway
Class Random

java.lang.Object
  extended by java.util.Random
      extended by jist.swans.runway.Random
All Implemented Interfaces:
java.io.Serializable

public class Random
extends java.util.Random

See Also:
Serialized Form

Constructor Summary
Random()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 double nextNormal(double m, double sigma)
           
 
Methods inherited from class java.util.Random
next, nextBoolean, nextBytes, nextDouble, nextFloat, nextGaussian, nextInt, nextInt, nextLong, setSeed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Random

public Random()
Method Detail

nextNormal

public double nextNormal(double m,
                         double sigma)

main

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