Since rngs hold their own RNG, if we read + extend an ensemble we might accidentally re-use the random numbers. This could be dangerous (ie. introduce bias).
One way would be to just delete the ensemble's generator and write the latest one in there upon ensemble extension.
Since rngs hold their own RNG, if we read + extend an ensemble we might accidentally re-use the random numbers. This could be dangerous (ie. introduce bias).
One way would be to just delete the ensemble's generator and write the latest one in there upon ensemble extension.