Class resample.RVRandomUniformDoubleProcess
All Packages Class Hierarchy This Package Previous Next Index
Class resample.RVRandomUniformDoubleProcess
java.lang.Object
|
+----resample.RVRandomProcess
|
+----resample.RVRandomUniformDoubleProcess
- public class RVRandomUniformDoubleProcess
- extends RVRandomProcess
-
RVRandomUniformDoubleProcess()
- constructor ():
creates a Random-object without interval for the random-methods to match.
-
RVRandomUniformDoubleProcess(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.
RVRandomUniformDoubleProcess
public RVRandomUniformDoubleProcess()
- constructor ():
creates a Random-object without interval for the random-methods to match.
Method nextNumber returns in this case a random double value between 0.0 and 1.0
RVRandomUniformDoubleProcess
public RVRandomUniformDoubleProcess(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