Type Definition libafl::corpus::StdCorpusScheduler[][src]

type StdCorpusScheduler<C, I, R, S> = RandCorpusScheduler<C, I, R, S>;

A StdCorpusScheduler uses the default scheduler in LibAFL to schedule Testcases The current Std is a RandCorpusScheduler, although this may change in the future, if another CorpusScheduler delivers better results.