in src/node_template.rs [197:201]
fn randomize(&mut self) { let mut rng = rand::thread_rng(); let x: u32 = rng.gen(); self.0 = x as u64; }