Support Forums

Full Version: Need help on Exponential arrival distribution in Python
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

I am doing a project on traffic simulation. I want to introduce exponential arrival distribution to precede this task. Therefore I want write a code in python for exponential arrival distribution. I am very new for programming and if anybody can help me on this that would be great.

Cheers,
Rakkitha
I would recommend learning basic Python first. Try reading "A Byte of Python"

-Rhynorater.