StochasticAD.jl icon indicating copy to clipboard operation
StochasticAD.jl copied to clipboard

Remove internal RNG

Open gaurav-arya opened this issue 2 years ago • 0 comments

The internal global RNG is undesirable because it makes pruning non-deterministic even if the user fixes a seed for the RNGs they control.

We could fix this by splitting off a new RNG using the current global RNG when the first stochastic triple is initialized. (And also allowing for a user-provided RNG.)

gaurav-arya avatar Jan 05 '23 17:01 gaurav-arya