Tagged Questions
2
votes
3answers
132 views
Unit testing for stochastic processes?
Is there a sane way to unit test a stochastic process? For example say that you have coded a simulator for a specific system model. The simulator works randomly based on the seeds of the rngs so the ...