What's the easiest way to draw a random number from an exponential distribution in Python?
Asked
Active
Viewed 1.3k times
9
-
Do you have a copy of a computer science textbook that cover this? Have you looked at this: http://en.wikipedia.org/wiki/Exponential_distribution#Generating_exponential_variates? – S.Lott Mar 31 '10 at 15:01