Class BoundedUniform

  • All Implemented Interfaces:
    java.util.Observer, Generator


    public class BoundedUniform
    extends BaseRandom
    implements java.util.Observer
    • Field Summary

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void dispose() 
      double next() 
      void next(double[] x) 
      java.lang.String toString() 
      void update(java.util.Observable o, java.lang.Object oo) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BoundedUniform

        public BoundedUniform()
      • BoundedUniform

        public BoundedUniform(double min,
                              double max)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • next

        public double next()
        Specified by:
        next in interface Generator
      • update

        public void update(java.util.Observable o,
                           java.lang.Object oo)
        Specified by:
        update in interface java.util.Observer