Interface RandomNumberGenerator

    • Method Detail

      • getNext

        double[] getNext()
        Get the next sample vector of dimension n, where n is getDimension.
        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.