Fabcoin Core
0.16.2
P2P Digital Currency
|
#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>
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 } |
Definition in file fuzzHelper.h.