branch out RNG when measuring
Compare changes
+ 6
− 4
@@ -38,15 +38,17 @@ fn measure_inbreeding<F: PrimeField>(
@@ -62,7 +64,7 @@ fn end_to_end<F, Fun>(
@@ -109,7 +111,7 @@ fn recoding<F, Fun>(
this MR simply adds + Clone
to rng
and removes the mut
from the rng
of the measure_inbreeding
function.
running the same snippet of code from #9 yields the following two images with a schedule of 1 and 5 respectively
we see that all measurements on t where t = 0 \mod 5 are the same in both images