JMSLTM Numerical Library 4.0

com.imsl.stat
Interface RandomSequence

All Known Implementing Classes:
FaureSequence

public interface RandomSequence

Interface implemented by generators of random or quasi-random multidimension sequences.


Method Summary
 int getDimension()
          Returns the dimension of the sequence.
 double[] nextPoint()
          Returns the next multidimensional point in the sequence.
 

Method Detail

getDimension

public int getDimension()
Returns the dimension of the sequence.


nextPoint

public double[] nextPoint()
Returns the next multidimensional point in the sequence.

Returns:
a double array of length dimension.

JMSLTM Numerical Library 4.0

Copyright 1970-2006 Visual Numerics, Inc.
Built June 1 2006.