diff -r 72bcc5f492df -r 4bbb246f4cac src/ImGenerate.jl --- a/src/ImGenerate.jl Thu Apr 18 10:51:10 2024 +0300 +++ b/src/ImGenerate.jl Thu Apr 18 11:31:32 2024 +0300 @@ -142,6 +142,9 @@ datachannel :: Channel{OnlineData{DisplacementConstant}}, params :: NamedTuple) + # Restart the seed to enable comparison across predictors + Random.seed!(rng,9182737465) + nextv = shake(params) v_true = nextv() v_cumul = copy(v_true)