MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / I2SRandomReplacement

Class I2SRandomReplacement

hail-fuzz/src/i2s/replacement.rs:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected