Class OutOfBoundsRandomValueFactory<T extends RealType<T>,​F extends Interval & RandomAccessible<T>>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected double max  
      protected double min  
      protected java.util.Random rnd  
      protected T value  
    • Field Detail

      • min

        protected double min
      • max

        protected double max
      • rnd

        protected java.util.Random rnd
    • Constructor Detail

      • OutOfBoundsRandomValueFactory

        public OutOfBoundsRandomValueFactory​(T value,
                                             double min,
                                             double max)