| 17 | }; |
| 18 | |
| 19 | pub(crate) struct I2SRandomReplacement { |
| 20 | comparisons: Comparisons, |
| 21 | finder: ReplacementFinder, |
| 22 | streams: Vec<(StreamKey, usize)>, |
| 23 | stream_distr: rand_distr::WeightedAliasIndex<f64>, |
| 24 | } |
| 25 | |
| 26 | impl I2SRandomReplacement { |
| 27 | pub fn init(fuzzer: &mut Fuzzer) -> Option<Self> { |
nothing calls this directly
no outgoing calls
no test coverage detected