TOMS441 
 Random Deviates from the Dipole Distribution
    
    
    
      TOMS441
      is a FORTRAN77 library which
      implements ACM TOMS algorithm 441, for returning random
      deviates from the dipole distribution.
    
    
      The text of many ACM TOMS algorithms is available online
      through ACM:
              
                         http://www.acm.org/pubs/calgo
      or NETLIB:
      
      http://www.netlib.org/toms/index.html.
    
    
      Usage:
    
    
      
        - 
          x = dipole ( a, b, seed )
        
- 
          where A and B are parameters of the distribution,
          SEED is a seed value for the random number generator,
          and the value of the sample is returned in DIPOLE.
        
      Languages:
    
    
      TOMS441 is available in
      a FORTRAN77 version.
    
    
      Related Data and Programs:
    
    
      
      PROB,
      a FORTRAN90 library which
      contains routines to sample the dipole distribution,
      or to evaluate the CDF or PDF.
    
    
      Reference:
    
    
      
        - 
          Robert Knop,
 Algorithm 441: Random Deviates from the Dipole Distribution,
 Communications of the ACM,
 Volume 16, Number 1, January 1973, page 51.
      Source Code:
    
    
      
    
    
      Examples and Tests:
    
    
      
    
    
      List of Routines:
    
    
      
        - 
          DIPOLE returns a random deviate from the dipole distribution.
        
      You can go up one level to 
      the FORTRAN77 source codes.
    
    
    
      Last revised on 06 December 2005.