Searched defs:RandomSignal (Results 1 – 1 of 1) sorted by relevance
150 pub struct RandomSignal { struct155 impl RandomSignal { impl156 pub fn new(lower: u64, upper: u64) -> RandomSignal { in new()164 impl Iterator for RandomSignal { implementation