Type Alias libafl_bolts::rands::StdRand

source ·
pub type StdRand = RomuDuoJrRand;
Expand description

The standard rand implementation for LibAFL. It is usually the right choice, with very good speed and a reasonable randomness. Not cryptographically secure (which is not what you want during fuzzing ;) )

Aliased Type§

struct StdRand { /* private fields */ }