![]() |
|
No such thing as a small change | |
PerlMonks |
Re: Discrete event simulationby agentz (Novice) |
on May 28, 2007 at 01:22 UTC ( [id://617783]=note: print w/replies, xml ) | Need Help?? |
I've produced an event simulator named Sim which is somewhat similar to Simpy in my SVN repos:
Only 2 .pm files, pretty simple to implement, but still rather powerful ;) It's truly general-purpose and thoroughly tested at the moment though it's currently a subproject of my logic circuit simulator, Tesla , which uses it as the core. There is some (English) POD in the .pm files of Sim and I've also written a trivial M/M/1 and M/M/m sample app here: A corresponding report with some code snippets and interesting pictures can also be found here: Sorry for the Chinese characters in this report, but there is always a Google Translate :) If you find this thing useful, I may feel like putting it onto CPAN. Hope this helps. Cheers, agentz
In Section
Seekers of Perl Wisdom
|
|