Interface RandomNumberGenerator1D

    • Method Detail

      • nextDouble

        double nextDouble()
      • getNext

        default double[] getNext()
        Description copied from interface: RandomNumberGenerator
        Get the next sample vector of dimension n, where n is getDimension.
        Specified by:
        getNext in interface RandomNumberGenerator
        Returns:
        The next sample vector of dimension n, where n is getDimension.