Function mz_storage::source::generator::key_value::create_consistent_rng
source ยท fn create_consistent_rng(
source_seed: u64,
offset: u64,
partition: u64,
) -> StdRng
Expand description
Create StdRng
seeded so identical values can be produced during resumption (during
snapshotting or after).