All Packages Class Hierarchy This Package Previous Next Index
Class util.RandomIntGenerator
java.lang.Object
|
+----util.RandomIntGenerator
- public class RandomIntGenerator
- extends Object
Zufallszahlgenerator nach Donald E. Knuth mit Bereichsanpassung.
- Version:
- $Id: RandomIntGenerator.java,v 1.2 1998/12/15 17:52:01 swtech00 Exp $
- Author:
- Marcel Kyas, Walter Loeser, Andre Paetzold.
-
RandomIntGenerator(int, int)
- RandomIntGenerator wird mit zwei ganzahligen Werten
min und max konstruiert.
-
nextInt()
- Bereichsanpassung
RandomIntGenerator
public RandomIntGenerator(int n,
int x)
- RandomIntGenerator wird mit zwei ganzahligen Werten
min und max konstruiert. Zufallszahlen werden dann
im Intervall [min,max] erzeugt.
nextInt
public int nextInt()
- Bereichsanpassung
All Packages Class Hierarchy This Package Previous Next Index