JMSLTM Numerical Library 6.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

int getDimension()
Returns the dimension of the sequence.


nextPoint

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

Returns:
a double array of length dimension.

JMSLTM Numerical Library 6.0

Copyright © 1970-2009 Visual Numerics, Inc.
Built September 1 2009.