pub type StdScheduler = RandScheduler;
Expand description

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