Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiFuzz/MultiFuzz
/ choose_random
Method
choose_random
hail-fuzz/src/mutations.rs:174–176 ·
view source on GitHub ↗
(&self, rng: &mut R)
Source
from the content-addressed store, hash-verified
172
}
173
174
fn choose_random<R: Rng>(&self, rng: &mut R) -> &MultiStream {
175
&self.random(rng).data
176
}
177
}
178
179
pub(crate) fn apply_mutation<R, S>(
Callers
1
apply_mutation
Function · 0.80
Calls
1
random
Method · 0.80
Tested by
no test coverage detected