Home
last modified time | relevance | path

Searched defs:RandomSignal (Results 1 – 1 of 1) sorted by relevance

/DragonOS/tools/debugging/logmonitor/src/
H A Dapp.rs150 pub struct RandomSignal { struct
155 impl RandomSignal { impl
156 pub fn new(lower: u64, upper: u64) -> RandomSignal { in new()
164 impl Iterator for RandomSignal { implementation