Function libafl::mutators::scheduled::havoc_mutations[][src]

#[must_use]
pub fn havoc_mutations<C, I, R, S>() -> impl MutatorsTuple<I, S> where
    I: Input + HasBytesVec,
    S: HasRand<R> + HasCorpus<C, I> + HasMetadata + HasMaxSize,
    C: Corpus<I>,
    R: Rand

Get the mutations that compose the Havoc mutator