Please, I need to generate a linear probability density function like this f( r ) = 2 ( pi )r, but I can't. I'm trying using the gsl_ran_beta function, with a = 2 and b = 1, but gsl_ran_beta becomes f( r ) = 2r. How can I get f( r ) = 2( pi )r ?
_______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
