Hacker News new | ask | show | jobs
by dagw 2983 days ago
Any stochastic process will have variability for a given set of inputs

If you're modelling stochastic processes it's important to be able to set the random seed you can reproduce your simulations. So for a given set of inputs you should get the same output, given that one of the inputs is your seed.

1 comments

Until you change how you consume randomness, and the order isn't the same anymore.