Interface RandomNumberGenerator

    • Method Detail

      • getNext

        double[] getNext()
        Get the next sample vector of dimension n, where n is getDimension. An implementation has to be thread safe.
        Returns:
        The next sample vector of dimension n, where n is getDimension.
      • getDimension

        int getDimension()
        Get the sample vector dimension.
        Returns:
        The sample vector dimension n.