Class GenerateNewNormal

java.lang.Object
  extended by GenerateNewNormal

public class GenerateNewNormal
extends Object

Class to generate a normal distribution of numbers with a mean and range specified

Author:
Mark Guzdial, Barb Ericson

Constructor Summary
GenerateNewNormal()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerateNewNormal

public GenerateNewNormal()
Method Detail

main

public static void main(String[] args)