On 2006-07-23 17:12:20, [EMAIL PROTECTED] wrote:

> I am a newbie to Python and would like to genereate some numbers
> according to geometric distribution. However, the Python Random package
> seems do not have implemented functionality. I am wondering is there
> exist any other libraries that can do this job? 

The usual way is to generate standard random numbers (linear distribution)
and then apply whatever transformation you need to generate the desired
distribution.

Gerhard

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to