src/ImGenerate.jl

changeset 7
4bbb246f4cac
parent 5
843e7611b068
child 8
e4ad8f7ce671
--- 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)

mercurial