Math-Random-Cauchy
    
    
  
  
  
view release on metacpan or search on metacpan
lib/Math/Random/Cauchy.pm view on Meta::CPAN
          if not $args{random} eq 'rand';
    }
    my $self = {
        fwhm => $args{fwhm},
        middle => $args{middle},
        random => $args{random},
        cache => [],
    };
    bless $self => $class;
    return $self;
}
=head2 rand
Returns the next random number of Cauchy PDF.
=cut
( run in 0.383 second using v1.01-cache-2.11-cpan-5dc5da66d9d )