Class PowerLaw

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


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

    • Constructor Summary

      Constructors 
      Constructor and Description
      PowerLaw() 
    • 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

      • PowerLaw

        public PowerLaw()
    • 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