Class ZZGstatic

java.lang.Object
  |
  +--ZZGstatic

public class ZZGstatic
extends java.lang.Object


Field Summary
static double seed
           
 
Constructor Summary
ZZGstatic()
           
 
Method Summary
static double expo(double l)
           
static java.lang.String getInfo()
           
static double gleichvert(double a, double b)
           
static void main(java.lang.String[] args)
           
static double nextDouble()
           
static double nextDouble(long s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

seed

public static double seed
Constructor Detail

ZZGstatic

public ZZGstatic()
Method Detail

nextDouble

public static double nextDouble()

nextDouble

public static double nextDouble(long s)

gleichvert

public static double gleichvert(double a,
                                double b)

expo

public static double expo(double l)

getInfo

public static java.lang.String getInfo()

main

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