This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients kbriggs, mark.dickinson
Date 2009-01-07.17:39:48
SpamBayes Score 0.08911494
Marked as misclassified No
Message-id <1231349999.23.0.955749791697.issue4869@psf.upfronthosting.co.za>
In-reply-to
Content
> to allow lambda=0 is sometimes useful in simulations, meaning that it's
> infinite time to the next event, i.e. it never occurs.

Thanks; that makes sense.  If 1./0. returned inf then expovariate would 
already do what you want.  But rightly or wrongly, Python just doesn't 
work that way.

Incidentally, if expovariate had been written to take the mean as its 
argument (instead of the reciprocal of the mean) then this would be easy:  
just provide a parameter of float('inf') and everything would work.  (And 
a parameter of 0 would give a point distribution at 0, which again seems 
perfectly sound.)
History
Date User Action Args
2009-01-07 17:39:59mark.dickinsonsetrecipients: + mark.dickinson, kbriggs
2009-01-07 17:39:59mark.dickinsonsetmessageid: <1231349999.23.0.955749791697.issue4869@psf.upfronthosting.co.za>
2009-01-07 17:39:49mark.dickinsonlinkissue4869 messages
2009-01-07 17:39:49mark.dickinsoncreate