Class BoundedHyperbolic

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


    public class BoundedHyperbolic
    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 update(java.util.Observable o, java.lang.Object oo) 
      • Methods inherited from class java.lang.Object

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

      • BoundedHyperbolic

        public BoundedHyperbolic()
      • BoundedHyperbolic

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

      • 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