Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Namespaces | Typedefs | Enumerations
fuzzHelper.h File Reference
#include <string>
#include <boost/random.hpp>
#include <boost/filesystem/path.hpp>
#include <test/libtesteth/TestHelper.h>
#include <libdevcore/CommonIO.h>
#include <libdevcore/CommonData.h>
#include <libevmcore/Instruction.h>
Include dependency graph for fuzzHelper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  dev::test::RandomCodeOptions
 
struct  dev::test::RlpDebug
 
class  dev::test::RandomCode
 

Namespaces

 dev
 Adapted from code found on http://stackoverflow.com/questions/180947/base64-decode-snippet-in-c Originally by RenĂ© Nyffenegger.
 
 dev::test
 

Typedefs

typedef boost::random::uniform_int_distribution dev::test::boostIntDistrib
 
typedef boost::random::discrete_distribution dev::test::boostDescreteDistrib
 
typedef boost::uniform_int< uint64_t > dev::test::boostUint64Distrib
 
typedef boost::random::variate_generator< boost::mt19937 &, boostIntDistrib > dev::test::boostIntGenerator
 
typedef boost::random::variate_generator< boost::mt19937 &, boostDescreteDistrib > dev::test::boostWeightGenerator
 
typedef boost::random::variate_generator< boost::mt19937 &, boostUint64Distrib > dev::test::boostUInt64Generator
 

Enumerations

enum  dev::test::SizeStrictness { dev::test::SizeStrictness::Strict, dev::test::SizeStrictness::Random }
 

Detailed Description

Author
Dimitry Khokhlov winsv.nosp@m.ega@.nosp@m.mail..nosp@m.ru
Date
2015

Definition in file fuzzHelper.h.