Class resample.RVRandomUniformIntProcess
All Packages Class Hierarchy This Package Previous Next Index
Class resample.RVRandomUniformIntProcess
java.lang.Object
|
+----resample.RVRandomProcess
|
+----resample.RVRandomUniformIntProcess
- public class RVRandomUniformIntProcess
- extends RVRandomProcess
-
RVRandomUniformIntProcess()
- constructor ():
creates a Random-object without interval for the random-methods to match.
-
RVRandomUniformIntProcess(int, int)
- constructor (int min, int max):
creates a Random-object with interval [min,max] for the random-methods to match
-
nextNumber()
- Returns the next random number.
RVRandomUniformIntProcess
public RVRandomUniformIntProcess()
- constructor ():
creates a Random-object without interval for the random-methods to match.
Method nextNumber returns in this case a random integer value
RVRandomUniformIntProcess
public RVRandomUniformIntProcess(int min,
int max)
- constructor (int min, int max):
creates a Random-object with interval [min,max] for the random-methods to match
nextNumber
public double nextNumber()
- Returns the next random number.
- Overrides:
- nextNumber in class RVRandomProcess
All Packages Class Hierarchy This Package Previous Next Index