How to generate geometric random numbers?

2006-07-23 Thread MyInfoStation
Hi all, 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? Thanks a lot, Da -- http://mail

Re: How to generate geometric random numbers?

2006-07-23 Thread MyInfoStation
Robert Kern wrote: > Gerhard Fiedler wrote: > > 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