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
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