Class Rand

    • Field Detail

      • min

        private double min
      • max

        private double max
    • Constructor Detail

      • Rand

        public Rand​(Matrix matrix)
      • Rand

        public Rand​(Matrix matrix,
                    double min,
                    double max)
    • Method Detail

      • getDouble

        public double getDouble​(long... coordinates)