Module libafl_bolts::rands

source ·
Expand description

The random number generators of LibAFL

Modules

Structs

Traits

  • Ways to get random around here. Please note that these are not cryptographically secure. Or, even if some might be by accident, at least they are not seeded in a cryptographically secure fashion.
  • Initialize Rand types from a source of randomness.

Type Aliases

  • 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 ;) )