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

Constructor Index

 o RVRandomUniformDoubleProcess()
constructor (): creates a Random-object without interval for the random-methods to match.
 o RVRandomUniformDoubleProcess(int, int)
constructor (int min, int max): creates a Random-object with interval [min,max] for the random-methods to match

Method Index

 o nextNumber()
Returns the next random number.

Constructors

 o 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
 o 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

Methods

 o nextNumber
  public double nextNumber()
Returns the next random number.
Overrides:
nextNumber in class RVRandomProcess

All Packages  Class Hierarchy  This Package  Previous  Next  Index