Discrete event simulation framework for .NET
Posted
by Kuba
on Stack Overflow
See other posts from Stack Overflow
or by Kuba
Published on 2009-03-04T09:09:53Z
Indexed on
2010/05/20
13:40 UTC
Read the original article
Hit count: 257
Does anyone have an experience with some discrete event simulation library that could be used in .NET (C#)?
Despite the basic functionality for queing events and dispatching them, it would be fine to have some non-deterministic behavior (e.g. failures simulation).
I have some tips and I am even considering to write my own, but first, I would like to collect some recomendations.
Thanks.
Additional info: i'm not looking explicitly for free product, however, the prize matters :) Just to precise the field i need to map, here is the example of a product: http://www.holushko.com/index.html
© Stack Overflow or respective owner