echidna.util package

Submodules

echidna.util.root_help module

Helper script to allow --help option to work with ROOT import.

Add to any module that imports ROOT or rat.

echidna.util.strings module

echidna.util.strings.id_generator(size=4, chars='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789')[source]

Returns a random string

Parameters:
  • size (int, optional) – Size of string
  • chars (string, optional) – Charachters to select from randomly.
Returns:

Random string.

Return type:

string

Module contents