org.spaceroots.mantissa.random
Interface RandomVectorGenerator

All Known Implementing Classes:
CorrelatedRandomVectorGenerator, UncorrelatedRandomVectorGenerator

public interface RandomVectorGenerator

This interface represent a random generator for whole vectors.

Version:
$Id: RandomVectorGenerator.java 1485 2003-02-23 13:34:02Z luc $
Author:
L. Maisonobe

Method Summary
 double[] nextVector()
          Generate a random vector.
 

Method Detail

nextVector

public double[] nextVector()
Generate a random vector.

Returns:
a random vector as an array of double. The generator will reuse the same array for each call, in order to save the allocation time, so the user should keep a copy by himself if he needs so.


Copyright © 2001-2007 Luc Maisonobe. All Rights Reserved.