in reply to code for Levy Distribution?

It's just one line of code:). You'll find it in

Math::GSL::Randist.

gsl_ran_levy($r, $c, $alpha);
covers the symmetric, while:
gsl_ran_levy_skew($r, $c, $alpha, $beta):
covers the skew.

Replies are listed 'Best First'.
Re^2: code for Levy Distribution?
by Anonymous Monk on Oct 03, 2011 at 01:36 UTC
Re^2: code for Levy Distribution?
by hsfrey (Beadle) on Oct 03, 2011 at 02:11 UTC
    LOL!

    I wouldn't consider a call to a subroutine "one line of code"!