heal-research / SimSharp

Sim# is a .NET port of SimPy, process-based discrete event simulation framework
MIT License
126 stars 30 forks source link

Reusing spare normal-distributed random variable causes issues when different RNG sources are used #23

Closed abeham closed 4 years ago

abeham commented 4 years ago

The problem is that the spare might be generated from a different source. A spare should only be used when the default RNG of the simulation environment is used.

abeham commented 4 years ago

fixed